Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.10.0
-
Component/s: None
-
Labels:None
-
Environment:
HP-UX
Description
The default group provider is Chef::Provider::Group::Gpasswd, it should be defaulted to Chef::Provider::Group::Usermod on HP-UX.
Fix at: https://github.com/dougm/chef/tree/CHEF-2000
Can also workaround by adding the following to /etc/chef/client.rb:
Chef::Platform.set(:platform => :hpux, :resource => :group, :provider => Chef::Provider::Group::Usermod)