svn path=/trunk/packages/xvm-munin-config/; revision=2965
+xvm-munin-config (0.0.10) unstable; urgency=low
+
+ * Make the munin-node.conf Mako template render even if no monitoring
+ hosts are configured.
+
+ -- Evan Broder <broder@mit.edu> Thu, 28 Jan 2010 00:11:14 -0500
+
xvm-munin-config (0.0.9) unstable; urgency=low
* Added a clean target.
xvm-munin-config (0.0.9) unstable; urgency=low
* Added a clean target.
-% for host in cfg.monitoring:
+% for host in cfg.get('monitoring', []):
allow ^${host.ip.replace('.', '\.')}$
% endfor
EOF
allow ^${host.ip.replace('.', '\.')}$
% endfor
EOF