Re: [Puppet Users] problems creating a user

2011-02-01 Thread Matthew Black
The virtual user is in a class, that class is included at the basenode. I did put a log message in there and on the master it is loading the class. From the master perspective it looks like everything is fine. On Tue, Feb 1, 2011 at 1:50 PM, Nan Liu wrote: > Really silly question here, is the vir

Re: [Puppet Users] problems creating a user

2011-02-01 Thread Nan Liu
Really silly question here, is the virtual user in a class? In the basenode are you including the class that contains the virtual user? If the virtual user is in a class, can you put a notify resource in there to make sure the class is included as expected? HTH, Nan On Tue, Feb 1, 2011 at 10:39

Re: [Puppet Users] problems creating a user

2011-02-01 Thread Matthew Black
I tried what you suggested and it seems to have made no difference, I am still getting the same error. On Tue, Feb 1, 2011 at 1:30 PM, Jeff McCune wrote: > On Tue, Feb 1, 2011 at 1:20 PM, Matthew Black wrote: >> Inside my basenode definiton, which is being inherited by another node >> definition

Re: [Puppet Users] problems creating a user

2011-02-01 Thread Jeff McCune
On Tue, Feb 1, 2011 at 1:20 PM, Matthew Black wrote: > Inside my basenode definiton, which is being inherited by another node > definition it is doing > > realize(User["admin"],Group["admin"]) > > The strange thing is if remove the specified node definition and just > have the basenode it works co

Re: [Puppet Users] problems creating a user

2011-02-01 Thread Matthew Black
Inside my basenode definiton, which is being inherited by another node definition it is doing realize(User["admin"],Group["admin"]) The strange thing is if remove the specified node definition and just have the basenode it works correctly. On Tue, Feb 1, 2011 at 12:59 PM, Jeff McCune wrote: > H

Re: [Puppet Users] problems creating a user

2011-02-01 Thread Jeff McCune
How are you realizing the user? -- Jeff McCune - (+1-503-208-4484) On Feb 1, 2011, at 12:54 PM, Matt wrote: > I have this problem where I'm trying to create a user and the error > message I am getting is: > > err: Could not run Puppet configuration client: Could not find user > admin > > Here i