Puppet 3.0.2
I define a virtual user resource (@users::useraccount) with tags and then try to realize them with a resource collector (spaceship operator)
Here's the problem:
If I have
tag => ['test'],
and then
Users::Useraccount <| tag == 'test' |>
it works just fine.
BUT !
if I have
tag => ['test','maybe'],
and then
Users::Useraccount <| tag == 'test' |>
I get nothing.
Suggestions ? Clues ? Did everyone have a nice Christmas / Hanukkah / Kwanza / WhatEver ?
Looks like a bug to me. I suggest you file a ticket.
John
--To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/4ii-oF5ws2AJ.
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet...@googlegroups.com.
To unsubscribe from this group, send email to puppet-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.