From 1f7db44376cd54cc38835d008acb05d64dbb06dc Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sat, 24 Apr 2010 16:59:57 +0100 Subject: [PATCH] define init q command Signed-off-by: Stephen Gran --- modules/debian-org/manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/debian-org/manifests/init.pp b/modules/debian-org/manifests/init.pp index 4ee2c281..5edef0db 100644 --- 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; } } -- 2.39.2