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
{code}
file { '/tmp/permtest': ensure => 'present', mode => '0600' }
{code}
behaves as expected creating file '/permtest' with given permissions
changing to
{code}
file { '/tmp/permtest': ensure => 'present', mode => 'g+rX' }
{code}
doesn't behave as expected. Changes permissions from 0600 to 0650.
The permissions should be '0640' since /permtes...

--
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