Bump Debian Stretch to latest point release
This commit is contained in:
parent
0cfd4c62f7
commit
04e155885e
|
@ -13,7 +13,6 @@ Vagrant.configure("2") do |config|
|
||||||
# mkdocs documentation
|
# mkdocs documentation
|
||||||
config.vm.network "forwarded_port", guest: 8888, host:8888
|
config.vm.network "forwarded_port", guest: 8888, host:8888
|
||||||
|
|
||||||
|
|
||||||
# make sure we are using nfs (doesn't work out of the box with debian)
|
# make sure we are using nfs (doesn't work out of the box with debian)
|
||||||
config.vm.synced_folder ".", "/vagrant", type: "nfs"
|
config.vm.synced_folder ".", "/vagrant", type: "nfs"
|
||||||
# private network for nfs
|
# private network for nfs
|
||||||
|
@ -57,7 +56,7 @@ Vagrant.configure("2") do |config|
|
||||||
provision_libretime(os, "debian.sh", installer_args)
|
provision_libretime(os, "debian.sh", installer_args)
|
||||||
end
|
end
|
||||||
config.vm.define "debian-stretch" do |os|
|
config.vm.define "debian-stretch" do |os|
|
||||||
os.vm.box = "bento/debian-9.2"
|
os.vm.box = "bento/debian-9.6"
|
||||||
provision_libretime(os, "debian.sh", installer_args)
|
provision_libretime(os, "debian.sh", installer_args)
|
||||||
end
|
end
|
||||||
config.vm.define "centos" do |os|
|
config.vm.define "centos" do |os|
|
||||||
|
|
Loading…
Reference in New Issue