llowder
unread,Nov 12, 2012, 10:54:57 AM11/12/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to puppet...@googlegroups.com
I recently enabled the rrdgraph reporting on my 2.7.19 master.
I set it to create the graphs in /var/lib/puppet/rrd.
In order to be able to access the things from the web, I set this directory to have mode 755.
However, it keeps getting switched back to 750 during certain (all?) puppet runs.
I then added the directory to one of my manifests to have puppet enforce the desired permissions. Now I keep seeing "mode changed '0750' to '0775'" for this resource.
How can I make puppet stop fighting with itself and maintain the mode I want?
I'm on Ubuntu 10.04, with my puppet installed from packages.
Thank you.