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
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
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
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
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
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