Update to Go 1.6 & Debian 7

This commit is contained in:
Darren Coxall
2016-07-14 10:39:14 +01:00
parent 98d1646285
commit 56a553d9a7
4 changed files with 5 additions and 7 deletions

8
Vagrantfile vendored
View File

@@ -2,11 +2,9 @@
# 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.box = "puphpet/debian75-x64"
config.vm.provision :puppet do |puppet|
puppet.module_path = "modules"
puppet.manifests_path = "manifests"
puppet.manifest_file = "init.pp"
puppet.environment = "development"
puppet.environment_path = "environments"
end
end