Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
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.
Fixed. Added a conversion process/coverage for string groups.
Pull req sent - http://github.com/fujin/chef/tree/chef-123