Chef

User provider fails to correctly compare a numeric GID to a string GID

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 0.5.1, 0.5.2
  • Fix Version/s: 0.5.4
  • Component/s: Chef Client
  • Labels:
    None

Description

You'll see weird Altered user[name] info messages, because usermod is trying to change the group with -g, even though they're the same.

We'll need to de-stringize groups on the way in.

Activity

Hide
AJ Christensen added a comment - 13/Feb/09 12:24 PM

Fixed. Added a conversion process/coverage for string groups.

Pull req sent - http://github.com/fujin/chef/tree/chef-123

Show
AJ Christensen added a comment - 13/Feb/09 12:24 PM Fixed. Added a conversion process/coverage for string groups. Pull req sent - http://github.com/fujin/chef/tree/chef-123
Hide
Adam Jacob added a comment - 13/Feb/09 7:28 PM

This is fixed - thanks, AJ.

Show
Adam Jacob added a comment - 13/Feb/09 7:28 PM This is fixed - thanks, AJ.

People

Vote (0)
Watch (0)

Dates

  • Created:
    12/Feb/09 7:56 AM
    Updated:
    13/Feb/09 7:28 PM
    Resolved:
    13/Feb/09 12:24 PM