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 <n...@puppetlabs.com> wrote:
> 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 AM, Matthew Black <mjbl...@gmail.com> wrote:
>> 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 <j...@puppetlabs.com> wrote:
>>> On Tue, Feb 1, 2011 at 1:20 PM, Matthew Black <mjbl...@gmail.com> 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 correctly.
>>>
>>> This may be a bug then.
>>>
>>> In general, I prefer User <| title == admin |> over
>>> realize(User["admin"]), so you may want to try that.
>>>
>>> I'd also try using two realize calls with only one resource per call
>>> and trying an array:
>>>
>>> realize([ User["admin"], Group["admin"] ])
>>>
>>> Hope this helps,
>>> --
>>> Jeff McCune
>>> http://www.puppetlabs.com/
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups 
>>> "Puppet Users" group.
>>> To post to this group, send email to puppet-users@googlegroups.com.
>>> To unsubscribe from this group, send email to 
>>> puppet-users+unsubscr...@googlegroups.com.
>>> For more options, visit this group at 
>>> http://groups.google.com/group/puppet-users?hl=en.
>>>
>>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups 
>> "Puppet Users" group.
>> To post to this group, send email to puppet-users@googlegroups.com.
>> To unsubscribe from this group, send email to 
>> puppet-users+unsubscr...@googlegroups.com.
>> For more options, visit this group at 
>> http://groups.google.com/group/puppet-users?hl=en.
>>
>>
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Puppet Users" group.
> To post to this group, send email to puppet-users@googlegroups.com.
> To unsubscribe from this group, send email to 
> puppet-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/puppet-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to