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:
c6a9130
)
define init q command
author
Stephen Gran
<steve@lobefin.net>
Sat, 24 Apr 2010 15:59:57 +0000
(16:59 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Sat, 24 Apr 2010 15:59:57 +0000
(16:59 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/debian-org/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/debian-org/manifests/init.pp
b/modules/debian-org/manifests/init.pp
index
4ee2c28
..
5edef0d
100644
(file)
--- a/
modules/debian-org/manifests/init.pp
+++ b/
modules/debian-org/manifests/init.pp
@@
-144,6
+144,8
@@
class debian-org {
"procps restart":
path => "/etc/init.d:/usr/bin:/usr/sbin:/bin:/sbin",
refreshonly => true;
+ "init q":
+ refreshonly => true;
}
}