Title: Message Title
Michelle Johansen commented on an issue
Puppet / Bug PUP-1039
Use "in" expressions when realizing virtual resources
It would be nice if you could use the "in" _expression_ when realizing resources.
Currently the following fails:

{code}
@group{ 'foo': ... }
@group{ 'bar': ... }
$grouplist=[ 'foo', 'bar' ]
Group <| title in $grouplist |>
{code}

However using realise it works:
{code}
@group{ 'foo': ... }
@group{ 'bar': ... }
$grouplist=[ 'foo', 'bar' ]
real...

--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to