On 03/04/2011 05:03 PM, Vladimir Kulev wrote:
> I have hit a similar issue. Does anybody know if this is going to be
> fixed or some workaround present?

I can reproduce with 2.6.4.

Currently, your best bet is probably the wooden hammer approach.

class user::groupA inherits user::virtual {
        User<| title == "bryan" |>   { groups +> "groupA" }
        User<| title == "bob" |>     { groups +> "groupA" }

I'm not sure this works in 0.24.8. I strongly advice to move away from
0.24.x (are you on Debian 5?) under any circumstances (use backports etc.).

This is rather fugly and your original approach should definitely work
at some point as far as I'm concerned.

Cheers,
Felix

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