Bug #463

Don't muck with my GECOS!

Added by Matt Palmer over 5 years ago. Updated over 5 years ago.

Status:Closed Start date:
Priority:Normal Due date:
Assignee:Luke Kanies % 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.

no_user_comment.patch (489 Bytes) Matt Palmer, 01/29/2007 04:06 am

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.

Also available in: Atom PDF