admin should be able to see pet as well
[mirror/dsa-puppet.git] / modules / varnish / manifests / init.pp
index d7da796..004711e 100644 (file)
@@ -8,8 +8,11 @@ class varnish {
                 ensure => running,
         }
 
+       include apache2::dynamic
+
         @ferm::rule { 'dsa-varnish':
                 domain      => '(ip ip6)',
+               prio        => '100',
                 description => 'Allow http access',
                rule        => '&SERVICE(tcp, 80)'
         }