From 607a96558892b2c1c8406f1b095908327d63ce33 Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Sat, 26 Jan 2013 09:22:43 +0100 Subject: [PATCH] include better firewall rules Signed-off-by: Martin Zobel-Helas --- modules/varnish/manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/varnish/manifests/init.pp b/modules/varnish/manifests/init.pp index d7da796d..ca204a71 100644 --- a/modules/varnish/manifests/init.pp +++ b/modules/varnish/manifests/init.pp @@ -8,6 +8,8 @@ class varnish { ensure => running, } + include apache2::dynamic + @ferm::rule { 'dsa-varnish': domain => '(ip ip6)', description => 'Allow http access', -- 2.39.2