disabling monit by moving S99 to K99monit with samhain really sucks since Debian...
authorPeter Palfrader <peter@palfrader.org>
Mon, 21 Jun 2010 16:56:41 +0000 (18:56 +0200)
committerPeter Palfrader <peter@palfrader.org>
Mon, 21 Jun 2010 16:56:41 +0000 (18:56 +0200)
modules/monit/manifests/init.pp
modules/monit/templates/default.erb

index 1fcbf89..06f71a0 100644 (file)
@@ -13,11 +13,10 @@ class monit {
 
 
     file {
-        "/etc/rc2.d/K99monit":
-          ensure  => "../init.d/monit";
-
-        "/etc/rc2.d/S99monit":
-          ensure  => absent;
+        #"/etc/rc2.d/K99monit":
+        #  ensure  => "../init.d/monit";
+        #"/etc/rc2.d/S99monit":
+        #  ensure  => absent;
 
         "/etc/monit/":
           ensure  => directory,
index 95ec992..10ce8b8 100644 (file)
@@ -9,7 +9,7 @@
 # Fredrik Steen <stone@debian.org>
 
 # You must set this variable to for monit to start
-startup=1
+startup=0
 
 <% if nodeinfo.has_key?('squeeze') and not nodeinfo['squeeze'].empty? %>
 <% else %>