]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/apache2/manifests/init.pp
this should virtually work
[dsa-puppet.git] / modules / apache2 / manifests / init.pp
index 1f413569c910a45ab6bad8dea705463460f1ed1d..cd2a4e40add703b7b7b5c0957fe19c558970357e 100644 (file)
@@ -129,7 +129,7 @@ class apache2 {
                command => "/etc/init.d/apache2 force-reload",
                refreshonly => true,
        }
-        ferm::rule { "dsa-apache":
+        @ferm::rule { "dsa-apache":
                 domain          => "(ip ip6)",
                 description     => "Allow web access",
                 rule            => "proto tcp mod state state (NEW) dport (80) ACCEPT"