From 5ca8f6f9d26a2c2abfa9f1752aad6b8d91020074 Mon Sep 17 00:00:00 2001 From: varac Date: Tue, 17 Sep 2013 18:37:00 +0200 Subject: shorewall: #2399 blocks uplink (Bug #2866) --- puppet/modules/site_config/manifests/vagrant.pp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 puppet/modules/site_config/manifests/vagrant.pp (limited to 'puppet/modules/site_config/manifests/vagrant.pp') diff --git a/puppet/modules/site_config/manifests/vagrant.pp b/puppet/modules/site_config/manifests/vagrant.pp new file mode 100644 index 00000000..04266735 --- /dev/null +++ b/puppet/modules/site_config/manifests/vagrant.pp @@ -0,0 +1,10 @@ +class site_config::vagrant { + # class for vagrant nodes + + # eth0 on vagrant nodes is the uplink if + shorewall::interface { 'eth0': + zone => 'net', + options => 'tcpflags,blacklist,nosmurfs'; + } + +} -- cgit v1.2.3 From dae324f316666f65907c02877ffd566df45641f6 Mon Sep 17 00:00:00 2001 From: varac Date: Tue, 15 Apr 2014 16:54:57 +0200 Subject: fix concat::setup (#5503) --- puppet/modules/site_config/manifests/vagrant.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'puppet/modules/site_config/manifests/vagrant.pp') diff --git a/puppet/modules/site_config/manifests/vagrant.pp b/puppet/modules/site_config/manifests/vagrant.pp index 04266735..8f50b305 100644 --- a/puppet/modules/site_config/manifests/vagrant.pp +++ b/puppet/modules/site_config/manifests/vagrant.pp @@ -1,6 +1,7 @@ class site_config::vagrant { # class for vagrant nodes + include site_shorewall::defaults # eth0 on vagrant nodes is the uplink if shorewall::interface { 'eth0': zone => 'net', -- cgit v1.2.3