X-Git-Url: https://pwan.org/git/?p=vagrant-dotfiles.git;a=blobdiff_plain;f=example%2FVagrantfile;h=8aa5f3f63d7fb25899a70d50876916ef0c271643;hp=a766e2b865df0c368b463aac22043083742221ca;hb=08b150e7415fcdaca5277bee264dda740369063f;hpb=d0fd407a03a85403a28f0d14d9f36cc264d07282 diff --git a/example/Vagrantfile b/example/Vagrantfile index a766e2b..8aa5f3f 100644 --- a/example/Vagrantfile +++ b/example/Vagrantfile @@ -8,9 +8,9 @@ Vagrant::Config.run do |config| config.ssh.forward_agent = true config.vm.provision Vagrant::Provisioners::CopyMyConf do |copy_conf| - copy_conf.ssh = false + copy_conf.ssh = true copy_conf.vim = true - copy_conf.git = false + copy_conf.git = true copy_conf.user_home = "/home/vagrant" end