I''d like to broaden the concept a little. What do you guys suggest I
can do to realize all virtual users and all virtual groups outlined in
their respective classes, ensuring that the groups get realized before
the users do? Collection or realize method? Syntax suggestions?
Thanks,
On Jun 23, 4:01 pm, CraftyTech <hmmed...@gmail.com>
wrote:> Hello All,
>
> Can anyone tell me why the following entry in a collection type
> of declaration doesn''t work:
>
> User<| |> require => Group<| |>
>
> Essentially, the intention is to make sure that the groups are
> realized before the users are. When I set it up like this:
>
> Group<| |>
> User<| |>
> It works, but it also tries to realize some users, before it realizes
> some groups, thus producing errors and the need to run the module
> multiple times.... Can someone please advise?
>
> Cheers,
>
> Henry
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.