Issue #16873 has been updated by eric sorenson. Status changed from Unreviewed to Duplicate
I'm seeing a number of bugs around this - Relating them to what I think is the most comprehensive one, #17371. Please watch that ticket to track progress. ---------------------------------------- Bug #16873: rrddir mode cannot be set from puppet.conf https://projects.puppetlabs.com/issues/16873#change-75680 Author: Per Cederqvist Status: Duplicate Priority: Normal Assignee: Category: Target version: Affected Puppet version: 3.0.0 Keywords: Branch: I want the rrddir to be world readable, so that I can serve it using a web server. I've attempted to specify the mode in /etc/puppet/puppet.conf like this: rrddir = /var/www/puppet-rrd {mode = 0755} I've tried "mode = 755", "mode = 0755". The mode seems to be ignored. If I manually chmod the directory to 755 and restart puppetmaster, it resets the mode to 750. http://docs.puppetlabs.com/guides/configuring.html leads me to believe the above syntax is correct. I've tried adding "owner" and "group" as well, but that doesn't work very either. I'm using puppet 3.0.0 under Debian 6.0.6 using the Puppet repository. For now, the best workaround I can find is to have a normal file resource where I set the mode. But whenever puppetmaster is restarted the rrd files will be unreadable until the puppet agent has run, so it is not an ideal situation. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
