Issue #381 has been updated by jamtur01.

Status changed from Accepted to Closed

Pushed in commit:"750e9abc64af58e547e7b1ad5698c71feb071bf6" in branch 0.24.x
----------------------------------------
Feature #381: Allow multiple overrides in one statement
http://projects.reductivelabs.com/issues/show/381

Author: lutter
Status: Closed
Priority: Normal
Assigned to: luke
Category: language
Target version: 0.25.0
Complexity: Medium
Patch: None
Affected version: 0.24.4
Keywords: 


It should be possible to write
<pre>
  Type[name1,name2] { attr => value }
</pre>
and have it mean hte exact same thing as
<pre>
  Type[name1] { attr => value }
  Type[name2] { attr => value }
</pre>



----------------------------------------
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to