]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/monit/templates/monitrc.erb
Merge branch 'master' of git+ssh://puppet.debian.org/srv/puppet.debian.org/git/dsa...
[dsa-puppet.git] / modules / monit / templates / monitrc.erb
index dc46f19512003e758fe7f024bd41c4b68681bc79..e640cbe1fba3e319df45a2c061acfdc152847316 100644 (file)
@@ -21,7 +21,7 @@
 ## Start monit in the background (run as a daemon) and check services at 
 ## 2-minute intervals.
 #
-<% if nodeinfo.has_key?('squeeze') and not nodeinfo['squeeze'].empty? %>
+<% if nodeinfo.has_key?('squeeze') and nodeinfo['squeeze'] %>
 set daemon 300
 <% else %>
 <% end %>