Issue #8158 has been updated by Joe McDonagh.
I don't know how much more I need to spell out on this bug. It's pretty clear what my issue is (and yes I had already figured out this mode was coming from the source file destination, thus working around the issue by adding a permissions fix to my deploy). The problem is, this behavior of the mode should be over-ridden by the manage_internal_file_permissions setting if set to false, otherwise the option only works some of the time and it confuses people. If this is too difficult to implement or ideologically adverse to what PL has in mind, whatever, but it should be documented in the doc line for the manage_internal_file_permissions setting. ---------------------------------------- Bug #8158: Agent doesn't seem to honor manage_internal_file_permissions https://projects.puppetlabs.com/issues/8158 Author: Joe McDonagh Status: Needs Decision Priority: Normal Assignee: tgeeky - Category: plug-ins Target version: Affected Puppet version: 2.6.7 Keywords: downloader.rb Branch: When setting this either in the config under main or agent, or running from CLI: [/var/lib/puppet] > sudo puppet agent -t --no-manage_internal_file_permissions info: Retrieving plugin notice: /File[/var/lib/puppet/lib]/mode: mode changed '755' to '750' notice: /File[/var/lib/puppet/lib/facter]/mode: mode changed '755' to '750' This is pretty bad for me right now because devs rely on facts for all sorts of work (including revenue generation), and they rely on this running without root. -- 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.
