]> gitweb.fluxo.info Git - puppet-stdlib.git/commit
(#20200) Add a recursive merge function.
authorJustin Burnham <jburnham@mediatemple.net>
Tue, 24 Sep 2013 17:57:15 +0000 (10:57 -0700)
committerJosh Partlow <joshua.partlow@puppetlabs.com>
Tue, 29 Oct 2013 19:22:49 +0000 (12:22 -0700)
commit199ca9c78be3ceb7d8d49329ea28ff75e53d979e
treee54a1cc1e713776d69d90f4ea502d48daa25bfca
parentae4f52e9e5db1a97ad77b159f11fdbd7ddbad3dd
(#20200) Add a recursive merge function.

Issue #20200 notes that the merge function does not
support nested hashes.

To prevent unintended side effects with changing merge,
add a deep_merge function instead.
lib/puppet/parser/functions/deep_merge.rb [new file with mode: 0644]
spec/unit/puppet/parser/functions/deep_merge_spec.rb [new file with mode: 0644]