Issue #22938 has been updated by Dustin Mitchell. Status changed from Accepted to In Topic Branch Pending Review Branch set to https://github.com/puppetlabs/puppet/pull/2016
---------------------------------------- Bug #22938: file type docs don't mention that symbolic perms are applied against the existing perms https://projects.puppetlabs.com/issues/22938#change-99215 * Author: Dustin Mitchell * Status: In Topic Branch Pending Review * Priority: Normal * Assignee: Dustin Mitchell * Category: * Target version: * 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 [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/groups/opt_out.
