Issue #1691 has been updated by rgsteele.
Interestingly, this also fails:
if $foo == "blah" {
realize( Group["bar"] )
realize( Group["baz"] )
}
But this works:
if $foo == "blah" { realize( Group["bar"] }
if $foo == "blah" { realize( Group["baz"] }
----------------------------------------
Bug #1691: Realization fails if variable is used to represent array
http://projects.reductivelabs.com/issues/show/1691
Author: rgsteele
Status: Unreviewed
Priority: Normal
Assigned to:
Category:
Target version:
Complexity: Unknown
Affected version: 0.24.6
Keywords:
Manifest that fails
$foo = ["bar", "baz"]
realize( Group[$foo] )
Failure output
err: Could not retrieve catalog: Failed to realize virtual resources
Group[bar], Group[baz] on node pinocchio
Manifest that works
realize( Group["bar", "baz"] )
----------------------------------------
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://reductivelabs.com/redmine/my/account
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---