Minor tweaks to the Vagrant files
This commit is contained in:
1
vagrant/freebsd10/Vagrantfile
vendored
1
vagrant/freebsd10/Vagrantfile
vendored
@ -20,7 +20,6 @@ Vagrant.configure(2) do |config|
|
|||||||
|
|
||||||
# bring the system up to date
|
# bring the system up to date
|
||||||
config.vm.provision 'shell', privileged: false, inline: <<-SHELL
|
config.vm.provision 'shell', privileged: false, inline: <<-SHELL
|
||||||
sudo freebsd-update fetch install
|
|
||||||
sudo pkg update -q
|
sudo pkg update -q
|
||||||
sudo pkg upgrade -q -y
|
sudo pkg upgrade -q -y
|
||||||
sudo pkg autoremove -y
|
sudo pkg autoremove -y
|
||||||
|
|||||||
2
vagrant/ubuntu14/Vagrantfile
vendored
2
vagrant/ubuntu14/Vagrantfile
vendored
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Vagrantfile for Ubuntu 14.04 test environment.
|
# Vagrantfile for Ubuntu Linux 14.04 test environment.
|
||||||
#
|
#
|
||||||
Vagrant.configure(2) do |config|
|
Vagrant.configure(2) do |config|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user