Feature #3
Add more mode configurability to PFile.rb
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | file | |||
| Target version: | - | |||
| Affected Puppet version: | 0.25.4 | Branch: | ||
| Keywords: | ||||
| Votes: | 0 |
Description
Currently, modes in PFile.rb can only be specified in octal (e.g., 644, 755). We need the ability to specify modes logically (e.g., g+w), via masks (e.g., +0100), and via special names like ‘sticky’ and ‘setuid’.
History
Updated by Luke Kanies over 5 years ago
- Status changed from 1 to Closed
- 7 set to fixed
I’m never going to add this after all.