massive style guide fixups
[mirror/dsa-puppet.git] / modules / munin-node / templates / munin.conf.erb
diff --git a/modules/munin-node/templates/munin.conf.erb b/modules/munin-node/templates/munin.conf.erb
deleted file mode 100644 (file)
index 50468cb..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-##
-### THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
-### USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
-##
-
-dbdir   /var/lib/munin
-htmldir /var/cache/munin/www
-logdir  /var/log/munin
-rundir  /var/run/munin
-tmpldir /etc/munin/templates
-graph_strategy cgi
-
-<%= out = ''
-    localinfo.keys.sort.each do |node|
-       if not localinfo[node]['no_munin']
-          out += '[' + node + ']
-    address ' + node + '
-
-'
-       end 
-    end
-out
-%>