--- a/vagrant/Vagrantfile
+++ b/vagrant/Vagrantfile
@@ -7,7 +7,7 @@
# please see the online documentation at vagrantup.com.
# Every Vagrant virtual environment requires a box to build off of.
- config.vm.box = "ubuntu-1110-server-amd64"
+ config.vm.box = "ubuntu-1204-server-amd64"
# The url from where the 'config.vm.box' box will be fetched if it
# doesn't already exist on the user's system.
@@ -40,7 +40,7 @@
# Enable provisioning with Puppet stand alone. Puppet manifests
# are contained in a directory path relative to this Vagrantfile.
# You will need to create the manifests directory and a manifest in
- # the file ubuntu-1110-server-amd64.pp in the manifests_path directory.
+ # the file ubuntu-1204-server-amd64.pp in the manifests_path directory.
#
# An example Puppet manifest to provision the message of the day:
#
@@ -57,7 +57,7 @@
#
config.vm.provision :puppet do |puppet|
puppet.manifests_path = "manifests"
- puppet.manifest_file = "ubuntu-1110-server-amd64.pp"
+ puppet.manifest_file = "ubuntu-1204-server-amd64.pp"
end
config.vm.provision :shell, :path => "allura_setup.sh"