[chef] Re: Re: group resource not creating the group


Chronological Thread 
  • From: Bryan Berry < >
  • To:
  • Subject: [chef] Re: Re: group resource not creating the group
  • Date: Thu, 1 Mar 2012 19:33:11 +0100
  • Authentication-results: mr.google.com; spf=pass (google.com: domain of designates 10.52.28.200 as permitted sender) ; dkim=pass

wherever possible i avoid hardcoding uid and gids for this reason

On Thu, Mar 1, 2012 at 7:31 PM, Peter Norton < "> > wrote:
Do you have some directory services (e.g. openldap, NIS, AD) that already has this group created?  If so and if your new node doesn't have admin rights, you're going to get this.

-Peter


On Thu, Mar 1, 2012 at 1:18 PM, Van Fossan,Randy < " target="_blank"> > wrote:

Does anyone know why the group resource would not create the group.   The error keeps coming back saying groupmod cannot find the group.    I would have thought that it would have used groupadd.

 

Here is the snippet from the recipe..

group "abc123" do

  gid 405

  action :create

end

error -> line 55) had an error: Chef::Exceptions::Exec: groupmod userroot returned 10, expected 0  

 

Error 10 says group does not exist, well I am trying to create it.   What am I doing wrong.??

 

Randy






Archive powered by MHonArc 2.6.16.

§