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.

Reply via email to