From c6ab7159bb0fc969ac9584103ec3268bec687e67 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 25 Apr 2010 20:31:49 +0100 Subject: [PATCH] add kill link Signed-off-by: Stephen Gran --- modules/monit/manifests/init.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/monit/manifests/init.pp b/modules/monit/manifests/init.pp index 63ad03c8..af4bea32 100644 --- a/modules/monit/manifests/init.pp +++ b/modules/monit/manifests/init.pp @@ -13,6 +13,9 @@ class monit { file { + "/etc/rc2.d/K99monit": + ensure => ../init.d/monit; + "/etc/rc2.d/S99monit": ensure => absent; -- 2.39.2