sort rules
authorMartin Zobel-Helas <zobel@debian.org>
Sat, 26 Jan 2013 08:24:58 +0000 (09:24 +0100)
committerMartin Zobel-Helas <zobel@debian.org>
Sat, 26 Jan 2013 08:24:58 +0000 (09:24 +0100)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/varnish/manifests/init.pp

index ca204a7..004711e 100644 (file)
@@ -12,6 +12,7 @@ class varnish {
 
         @ferm::rule { 'dsa-varnish':
                 domain      => '(ip ip6)',
+               prio        => '100',
                 description => 'Allow http access',
                rule        => '&SERVICE(tcp, 80)'
         }