Bug #436
Files should only do user/uid and group/gid conversions once
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | - | |||
| Target version: | 0.22.1 | |||
| Affected Puppet version: | 0.25.4 | Branch: | ||
| Keywords: | ||||
| Votes: | 0 |
Description
The owner and group states in File attempts to convert names to IDs at validation time, and if that fails then it tries again when syncing.
Instead, it should only try the conversion during ‘retrieve’, by which point the user or group will always exist if it’s going to.