]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
an include that works
authorStephen Gran <steve@lobefin.net>
Sat, 20 Feb 2010 16:23:52 +0000 (16:23 +0000)
committerStephen Gran <steve@lobefin.net>
Sat, 20 Feb 2010 16:23:52 +0000 (16:23 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/ferm/files/ferm.conf

index e001d650a1f497ab56cdda5b3fc1ff49d02d85cf..5596020957bdd2fba04504075d4c787543f9bbc7 100644 (file)
@@ -3,7 +3,7 @@
 #  Configuration file for ferm(1).
 #
 
-include "conf.d/me.conf";
+@include 'conf.d/';
 
 domain (ip ip6) {
        chain INPUT {
@@ -15,4 +15,4 @@ domain (ip ip6) {
        }
 }
 
-include "dsa.d/*";
+@include 'dsa.d/';