add kill link
[mirror/dsa-puppet.git] / modules / monit / manifests / init.pp
index 63ad03c..af4bea3 100644 (file)
@@ -13,6 +13,9 @@ class monit {
 
 
     file {
+        "/etc/rc2.d/K99monit":
+          ensure  => ../init.d/monit;
+
         "/etc/rc2.d/S99monit":
           ensure  => absent;