diff --git a/Vagrantfile b/Vagrantfile index 0a9a853cf97edf99bb9aaaf30261ebc327d895f5..89e39b315456fb4aebeab186932e679dc8df9089 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -5,7 +5,7 @@ apt-get update # install util for persistent ip tables echo iptables-persistent iptables-persistent/autosave_v4 boolean true | sudo debconf-set-selections echo iptables-persistent iptables-persistent/autosave_v6 boolean true | sudo debconf-set-selections -sudo apt-get -y install iptables-persistent +apt-get -y install iptables-persistent # install lxc apt-get install lxc lxc-templates wget bridge-utils jq -y diff --git a/Vagrantfile.libvirt b/Vagrantfile.libvirt index c7ac8b9264762c0f672224170daea9f98e7a55d5..8f6a30b3af0d432db0c9ddc79398017f900942cd 100644 --- a/Vagrantfile.libvirt +++ b/Vagrantfile.libvirt @@ -5,7 +5,7 @@ apt-get update # install util for persistent ip tables echo iptables-persistent iptables-persistent/autosave_v4 boolean true | sudo debconf-set-selections echo iptables-persistent iptables-persistent/autosave_v6 boolean true | sudo debconf-set-selections -sudo apt-get -y install iptables-persistent +apt-get -y install iptables-persistent # install lxc apt-get install lxc lxc-templates wget bridge-utils jq -y