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:
5e44ff2
)
override the command run as well
author
Stephen Gran
<steve@lobefin.net>
Sat, 20 Feb 2010 21:32:33 +0000
(21:32 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Sat, 20 Feb 2010 21:32:33 +0000
(21:32 +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
23fe0bb
..
447ab75
100644
(file)
--- a/
modules/ferm/manifests/real.pp
+++ b/
modules/ferm/manifests/real.pp
@@
-24,7
+24,7
@@
class ferm::real inherits ferm {
}
Exec["ferm restart"] {
-
path => "/etc/init.d:/usr/bin:/usr/sbin:/bin:/sbin
",
+
command => "/etc/init.d/ferm restart
",
refreshonly => true,
}
}