## ### 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 %>