X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fapache2%2Fmanifests%2Fdynamic.pp;h=a07347a16d4dd826731b66c9ae5c97d6f29eeb14;hb=2f70a42b6576bef5945cce5b6ca722396923ec17;hp=f5a357f3d0b0e9de9bc90d15b322ca8ab2a5bc91;hpb=fcdef8275ddeaaf28a3380f025e386a4977ae592;p=mirror%2Fdsa-puppet.git diff --git a/modules/apache2/manifests/dynamic.pp b/modules/apache2/manifests/dynamic.pp index f5a357f3d..a07347a16 100644 --- a/modules/apache2/manifests/dynamic.pp +++ b/modules/apache2/manifests/dynamic.pp @@ -75,6 +75,6 @@ class apache2::dynamic { @ferm::rule { 'dsa-http': prio => '23', description => 'Allow web access', - rule => 'proto tcp dport (http https) jump http' + rule => 'proto tcp dport (http https 6081) jump http' } }