X-Git-Url: https://pwan.org/git/?p=vagrant-dotfiles.git;a=blobdiff_plain;f=Vagrantfile;h=4bc05295a5f76846c6f3fca2b2c4b7abda743120;hp=f8c07921521647ebde16a72796fbd347c9648602;hb=HEAD;hpb=7dabb700c4245f11535df221da17e3a3a25bb3d0 diff --git a/Vagrantfile b/Vagrantfile deleted file mode 100644 index f8c0792..0000000 --- a/Vagrantfile +++ /dev/null @@ -1,20 +0,0 @@ -# -*- mode: ruby -*- -# vi: set ft=ruby : -require File.dirname(__FILE__)+'/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 CopyMyConf do |copy_conf| - copy_conf.ssh = true - copy_conf.vim = true - copy_conf.git = true - copy_conf.user_home = "/home/vagrant" - end - - config.vm.customize ["modifyvm", :id, "--memory", 2048] - config.vm.customize ["modifyvm", :id, "--cpus", 4] -end - diff --git a/Vagrantfile b/Vagrantfile new file mode 120000 index 0000000..4bc0529 --- /dev/null +++ b/Vagrantfile @@ -0,0 +1 @@ +./example/Vagrantfile \ No newline at end of file