Setup recommended golang environment
This commit is contained in:
12
Vagrantfile
vendored
Normal file
12
Vagrantfile
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
# -*- mode: ruby -*-
|
||||
# vi: set ft=ruby :
|
||||
|
||||
Vagrant::Config.run do |config|
|
||||
config.vm.box = "debian-607-x64-vbox4210"
|
||||
config.vm.box_url = "http://puppet-vagrant-boxes.puppetlabs.com/debian-607-x64-vbox4210.box"
|
||||
config.vm.provision :puppet do |puppet|
|
||||
puppet.module_path = "modules"
|
||||
puppet.manifests_path = "manifests"
|
||||
puppet.manifest_file = "init.pp"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user