#1202: Collection attribute matching doesn't parse arrays
-----------------------------------------+----------------------------------
Reporter: spheromak | Owner: community
Type: defect | Status: new
Priority: normal | Component: library
Version: 0.24.4 | Severity: normal
Keywords: collections virtualresources | Stage: Unreviewed
Patch: None | Complexity: Unknown
-----------------------------------------+----------------------------------
when using a collection to realize a resource. In this case a user. The
collection isn't comparing each array element to the match condition:
{{{
User <| groups == leads |>
@user { "foo":
ensure => "present",
groups => ["bar", "baz", "leads"],
}
}}}
this user wont be realized.
--
Ticket URL: <http://reductivelabs.com/trac/puppet/ticket/1202>
puppet <http://reductivelabs.com>
Puppet - Portable System Automation
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/puppet-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---