Bug #463
Don't muck with my GECOS!
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | - | |||
| Target version: | 0.22.1 | |||
| Affected Puppet version: | 0.25.4 | Branch: | ||
| Keywords: | ||||
| Votes: | 0 |
Description
When setting some other attribute on an existing user, like so:
user { foo: groups => [‘bar’, ‘baz’], membership => minimum }
The existing GECOS / comment field gets reset to the ‘default’ value, ‘Foo User’, instead of what I’ve already set it to.
Personally, I don’t see the point in diddling with GECOS at all, so the attached patch just removes the default value stuff. If that is deemed inappropriate, I suppose we’ll just have to make sure that the GECOS field in the existing entry overrides the default value, but I don’t know how to do that.
History
Updated by Luke Kanies over 5 years ago
- Status changed from 1 to 2
The reason I’m doing this is because Darwin gets all pukey when users don’t have this field set.
Updated by Luke Kanies over 5 years ago
- Status changed from 2 to Closed
- 7 set to fixed
Fixed in r2114.