generators/vulcanize/templates/munin/config/rubber/role/web_tools/munin.conf in rubber-1.14.1 vs generators/vulcanize/templates/munin/config/rubber/role/web_tools/munin.conf in rubber-1.15.0
- old
+ new
@@ -1,17 +1,18 @@
<%
@path = '/etc/munin/munin.conf'
+ @post = 'mkdir -p /var/www/munin; chown munin:munin /var/www/munin'
%>
# Example configuration file for Munin, generated by 'make build'
# The next three variables specifies where the location of the RRD
# databases, the HTML output, logs and the lock/pid files. They all
# must be writable by the user running munin-cron. They are all
# defaulted to the values you see here.
#
dbdir /var/lib/munin
-htmldir /var/cache/munin/www
+htmldir /var/www/munin
logdir /var/log/munin
rundir /var/run/munin
# Where to look for the HTML templates
tmpldir /etc/munin/templates