Title: Message Title
Michal Bryxí commented on an issue
Puppet / Bug PUP-2583
mode attribute of file type doesn't behave like chmod when given X
file { '/permtest': ensure => 'present', mode => '0600' }
behaves as expected creating file '/permtest' with given permissions
changing to
file { '/permtest': ensure => 'present', mode => 'g+rX' }
doesn't behave as expected. Changes permissions from 0600 to 0650.
The permissions should be '0640' since /permtest is a file not a directory
and no exec...


--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to