From: Stephen Gran Date: Sat, 20 Feb 2010 16:23:52 +0000 (+0000) Subject: an include that works X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7a1edac56f8186b4db413c2e90d65e29fadf1a70;p=dsa-puppet.git an include that works Signed-off-by: Stephen Gran --- diff --git a/modules/ferm/files/ferm.conf b/modules/ferm/files/ferm.conf index e001d650..55960209 100644 --- a/modules/ferm/files/ferm.conf +++ b/modules/ferm/files/ferm.conf @@ -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/';