Hi, Here is for review a patch to fix #381 and also add multiple resource reference in a compact syntax (since this was free with the fix).
If needed the patch is hosted here: http://github.com/masterzen/puppet/tree/ticket%2F381 Please review and comment as usual, Brice Figureau (2): Fix #381 - Allow multiple resource overrides or references Rspec Tests for #381. lib/puppet/parser/ast/resource_override.rb | 37 +- lib/puppet/parser/ast/resource_reference.rb | 12 +- lib/puppet/parser/grammar.ra | 4 +- lib/puppet/parser/parser.rb | 714 +++++++++++++-------------- spec/unit/parser/ast/resource_override.rb | 51 ++ spec/unit/parser/ast/resource_reference.rb | 63 +++ spec/unit/parser/parser.rb | 41 ++- test/language/ast/resource_reference.rb | 28 - 8 files changed, 534 insertions(+), 416 deletions(-) create mode 100755 spec/unit/parser/ast/resource_override.rb create mode 100755 spec/unit/parser/ast/resource_reference.rb --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Developers" 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-dev?hl=en -~----------~----~----~----~------~----~------~--~---
