Feature #4
Add file/directory selectability in 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
Cfengine allows a given statement to apply selectively to either files or directories using the ‘action’ switch. For instance:
/etc mode=755 action=fixdirs /etc mode=644 action=fixplain
We should have something similar, although definitely not using the ‘action’ mechanism.
History
Updated by Luke Kanies over 5 years ago
- Status changed from 1 to Closed
- 7 set to wontfix
This doesn’t seem to be necessary after all.