Issue #10269 has been updated by Josh Cooper. Status changed from Accepted to In Topic Branch Pending Review Branch set to https://github.com/puppetlabs/puppet/pull/189
---------------------------------------- Bug #10269: When creating directories, puppet does not set the search/traverse bit with read permission bit https://projects.puppetlabs.com/issues/10269 Author: Justin Bronn Status: In Topic Branch Pending Review Priority: Urgent Assignee: Josh Cooper Category: file Target version: 2.7.x Affected Puppet version: 2.7.6 Keywords: file mode permission Branch: https://github.com/puppetlabs/puppet/pull/189 There's been a regression with file resources in 2.7.6. For example, let's say you have the following in a manifest called 'bug.pp': file { "/tmp/newdir": ensure => directory, mode => '0600', } After applying the manifest, this is what the directory permissions look like: $ ls -l /tmp/newdir drw-------. 2 root root 4096 Oct 25 10:37 newdir Needless to say, this can cause havoc on manifests and other resource types that need to change into the created directory. -- 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.
