projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f41ce88
)
an include that works
author
Stephen Gran
<steve@lobefin.net>
Sat, 20 Feb 2010 16:23:52 +0000
(16:23 +0000)
committer
Stephen 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
patch
|
blob
|
history
diff --git
a/modules/ferm/files/ferm.conf
b/modules/ferm/files/ferm.conf
index
e001d65
..
5596020
100644
(file)
--- 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/'
;