X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fapache2%2Fmanifests%2Finit.pp;h=1f413569c910a45ab6bad8dea705463460f1ed1d;hb=8e9a688dd67c65c08c9c4f90bf0f5a7df15549a5;hp=03f29bd17d07c1099272aec036ba0c4aecc0e961;hpb=446a74676ae69d25525215b8f57158d71e5a47f6;p=mirror%2Fdsa-puppet.git diff --git a/modules/apache2/manifests/init.pp b/modules/apache2/manifests/init.pp index 03f29bd17..1f413569c 100644 --- a/modules/apache2/manifests/init.pp +++ b/modules/apache2/manifests/init.pp @@ -130,7 +130,7 @@ class apache2 { refreshonly => true, } ferm::rule { "dsa-apache": - domain => (ip ip6), + domain => "(ip ip6)", description => "Allow web access", rule => "proto tcp mod state state (NEW) dport (80) ACCEPT" }