]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/munin-node/templates/munin.conf.erb
Revert "not breaking the paths in production branch maybe helps"
[dsa-puppet.git] / modules / munin-node / templates / munin.conf.erb
1 ##
2 ### THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ### USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 ##
5
6 dbdir   /var/lib/munin
7 htmldir /var/www/munin
8 logdir  /var/log/munin
9 rundir  /var/run/munin
10 tmpldir /etc/munin/templates
11 graph_strategy cgi
12
13 <%= out = ''
14     localinfo.keys.sort.each do |node|
15        out += '[ ' + node + ' ]
16     address ' + node + '
17
18 '
19      end
20 out
21 %>