Issue #22938 has been updated by Melissa Stone.

Status changed from Merged - Pending Release to Closed

Released in Puppet 3.4.0-rc1

----------------------------------------
Bug #22938: file type docs don't mention that symbolic perms are applied 
against the existing perms
https://projects.puppetlabs.com/issues/22938#change-100448

* Author: Dustin Mitchell
* Status: Closed
* Priority: Normal
* Assignee: Dustin Mitchell
* Category: 
* Target version: 3.4.0
* Affected Puppet version: 
* Keywords: 
* Branch: https://github.com/puppetlabs/puppet/pull/2016
----------------------------------------
This will only affect the group execute bit, leaving all other bits in place:

    file {
      "/tmp/foo":
        mode => "g+x";
    }

and in fact the code goes to some length to achieve this.  However, it is 
neither documented nor tested.


-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to