Issue #2902 has been updated by Wolf Noble.
I'd like to be able to manage and work with/around files' extended attributes.. most especially mutability. if a file is immutable, and I've a need to update or change it, I'd like the ability to do so within a file resource. perhaps setting: mutability => true (normal: would basically be an exec chattr -i if the file is immutable) mutability => false (immutable: would set the file to immutable when changed) mutability => respect (default: whine when attempting to update/change/remove a file which is immutable with a reasonable error message) (or something) ---------------------------------------- Feature #2902: Check for immutable files managed by Puppet https://projects.puppetlabs.com/issues/2902 Author: Brad Fowler Status: Accepted Priority: Normal Assignee: Category: file Target version: Affected Puppet version: 0.25.1 Keywords: Branch: Puppet should be able to override files it manages that are made immutable with chattr/chflags, perhaps by updating the File resource and determining what environment it's being run on. -- 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.
