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:
31cc527
)
what can possibly go wrong, take 2
author
Stephen Gran
<steve@lobefin.net>
Sat, 20 Feb 2010 21:08:36 +0000
(21:08 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Sat, 20 Feb 2010 21:08:36 +0000
(21:08 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/ferm/manifests/real.pp
patch
|
blob
|
history
diff --git
a/modules/ferm/manifests/real.pp
b/modules/ferm/manifests/real.pp
index
6ad7bcc
..
db7e445
100644
(file)
--- a/
modules/ferm/manifests/real.pp
+++ b/
modules/ferm/manifests/real.pp
@@
-38,7
+38,7
@@
class ferm::real {
rule => "proto tcp mod state state (NEW) dport (5666) @subchain 'nagios' { saddr (\$HOST_NAGIOS) ACCEPT; }"
}
- exec { "ferm restart":
+ Exec["ferm restart"] {
path => "/etc/init.d:/usr/bin:/usr/sbin:/bin:/sbin",
refreshonly => true,
}