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:
8b2a071
)
and let's try pointing at the right file
author
Stephen Gran
<steve@lobefin.net>
Mon, 8 Mar 2010 17:55:49 +0000
(17:55 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Mon, 8 Mar 2010 17:55:49 +0000
(17:55 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/ferm/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/ferm/manifests/init.pp
b/modules/ferm/manifests/init.pp
index
1f3c2e3
..
b565a5a
100644
(file)
--- a/
modules/ferm/manifests/init.pp
+++ b/
modules/ferm/manifests/init.pp
@@
-66,7
+66,7
@@
class ferm {
'true': {
file {
"/etc/ferm/conf.d/load_ftp_conntrack.conf":
- source => "puppet:///ferm/
ferm.default
",
+ source => "puppet:///ferm/
conntrack_ftp.conf
",
require => Package["ferm"],
notify => Exec["ferm restart"];
}