]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
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 1fcbf898f727a33725faf2366c644a916e82755c..06f71a0ade5f71ad0f47080f068f7ba5dc0c7938 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 95ec992e928f38d40b8ad20e44f1d9ae62dc5b49..10ce8b813428610e298865160b8bbc742d1df84c 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 %>