]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/munin/templates/munin.conf.erb
More munin stuff, supporting munin-async if it is on the client
[dsa-puppet.git] / modules / munin / templates / munin.conf.erb
index b223bd650cca9f7e89b8033ad4bbe6414a505ca9..519e033a6e73008c51c7012b4de133c09d3e0d95 100644 (file)
@@ -3,6 +3,10 @@
 ### USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
 ##
 
+includedir /etc/munin/munin-conf.d
+
+<% if hostname != "menotti" -%>
+
 dbdir   /var/lib/munin
 htmldir /var/cache/munin/www
 logdir  /var/log/munin
@@ -21,3 +25,4 @@ graph_strategy cgi
     end
 out
 %>
+<% end -%>