Issue #1691 has been updated by jamtur01. Category set to language Status changed from Unreviewed to Accepted Assigned to set to masterzen Target version set to 0.24.7
Brice - can I ask you throw your eyes over this? Let me know if you don't have time or would prefer not. Thanks. ---------------------------------------- Bug #1691: Realization fails if variable is used to represent array OR multiple realizes exist in a single 'if' statement http://projects.reductivelabs.com/issues/show/1691 Author: rgsteele Status: Accepted Priority: Normal Assigned to: masterzen Category: language Target version: 0.24.7 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 -~----------~----~----~----~------~----~------~--~---
