Puppet: System Administration Automated

Support

Ticket #293 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

groups for users type are not sorted before comparing to the existing groups setting

Reported by: puppet Assigned to: luke
Priority: low Milestone:
Component: types Version: 0.19.1
Severity: minor Keywords: groups user type
Cc: Triage Stage:
Attached Patches: Complexity:

Description (Last modified by puppet)

notice: //xxxxxx.adn-services.com/backup/user=aqbackup/groups: groups changed 'wheel,daemon,mail,aqusers' to 'aqusers,daemon,mail,wheel'

puppet does change the group even if it is not necessary to do so. The order of appearance of the groups from the OS differ from what the recipe say so puppet update the user at each run for nothing :)

regards, Ghislain.

Change History

09/21/06 16:09:58 changed by puppet

  • description changed.

or perhaps this is just that the logs says it is sorting it before comparing ?

humm not clear !

regards, Ghislain.

09/21/06 17:48:15 changed by luke

  • status changed from new to closed.
  • resolution set to fixed.

The problem wasn't sorting, it was that the groups state was not always correctly converting between strings and arrays.

Fixed in [1640], I think.