Issue #8158 has been updated by tgeeky -.
Status changed from Accepted to Rejected
Assignee set to tgeeky -
Then again, with the trunk puppet, identical result.
Joe: I'm changing this bug to ****Rejected**** even though I know puppet is
already doing some things wrong w.r.t octal file modelines.
I looked at your github for your manifests, but I couldn't find any. I suggest
using strings for all modelines (never bare numbers), but if you do use bare
numbers, like:
:mode => 750
You must tell Ruby that this is an octal number:
:mode => 0750
I suggest just using strings:
:mode => '750'
Technically this should be correct as well:
:mode => '0750'
See [[this bug]](http://projects.puppetlabs.com/issues/8192) for more info.
If none of the above works as a workaround, then please re-open this bug and
send me a message.
--tgeeky
----------------------------------------
Bug #8158: Agent doesn't seem to honor manage_internal_file_permissions
https://projects.puppetlabs.com/issues/8158
Author: Joe McDonagh
Status: Rejected
Priority: Normal
Assignee: tgeeky -
Category:
Target version:
Affected Puppet version: 2.6.7
Keywords:
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.