X-Git-Url: https://pwan.org/git/?p=vagrant-dotfiles.git;a=blobdiff_plain;f=example%2FVagrantfile;h=07b89ee872972d2e9ba3b3d965bdb186746b3add;hp=8aa5f3f63d7fb25899a70d50876916ef0c271643;hb=2254852606b5104c60f643724a827701ae0c9c81;hpb=08b150e7415fcdaca5277bee264dda740369063f diff --git a/example/Vagrantfile b/example/Vagrantfile index 8aa5f3f..07b89ee 100644 --- a/example/Vagrantfile +++ b/example/Vagrantfile @@ -5,12 +5,11 @@ require 'copy_my_conf' #This is a sample vagrant file Vagrant::Config.run do |config| config.vm.box = "precise64" - config.ssh.forward_agent = true - + config.vm.provision Vagrant::Provisioners::CopyMyConf do |copy_conf| - copy_conf.ssh = true - copy_conf.vim = true - copy_conf.git = true + copy_conf.ssh + copy_conf.vim + copy_conf.git copy_conf.user_home = "/home/vagrant" end