Issue #8709 has been reported by Dan Bode.

----------------------------------------
Feature #8709: Stdlib - introduce hash merging function
https://projects.puppetlabs.com/issues/8709

Author: Dan Bode
Status: Unreviewed
Priority: Normal
Assignee: 
Category: 
Target version: 
Keywords: stdlib, discovered_task
Branch: 
Module: 


In Puppet, hash keys cannot be reassigned. This makes munging of hashes very 
difficult.

I recommend that we implement a merge function in order to be able to perform 
munging on hashes.

proposed syntax:

<pre>
$new_hash = merge({1=>2}, {1=>3})
</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://projects.puppetlabs.com/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