From 34e4030c03c876c874731bcfa7fa7507b9fa51e2 Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Sat, 26 Jan 2013 09:24:58 +0100 Subject: [PATCH] sort rules Signed-off-by: Martin Zobel-Helas --- modules/varnish/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/varnish/manifests/init.pp b/modules/varnish/manifests/init.pp index ca204a718..004711ed1 100644 --- a/modules/varnish/manifests/init.pp +++ b/modules/varnish/manifests/init.pp @@ -12,6 +12,7 @@ class varnish { @ferm::rule { 'dsa-varnish': domain => '(ip ip6)', + prio => '100', description => 'Allow http access', rule => '&SERVICE(tcp, 80)' } -- 2.20.1