Re: [Puppet Users] Hiera Hash Merge Issues

2016-06-03 Thread Ramin K
That looks correct and you are also correct that the deep merge gem is not required for simple top level key merges. Only for sub keys. I believe the hiera_hash merge example here is still valid, https://ask.puppet.com/question/13592/when-to-use-hiera-hiera_array-and-hiera_hash/ ##

Re: [Puppet Users] Hiera Hash Merge Issues

2016-06-03 Thread Dan White
Try command line.  Use the debug option Dan White | d_e_wh...@icloud.com “Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us.” (Bill Waterson: Calvin & Hobbes) On

Re: [Puppet Users] Hiera Hash Merge Issues

2016-06-03 Thread Dan White
UNless the hiera.yaml you provided is incomplete, you did not tur on deep merging. https://docs.puppet.com/hiera/3.1/configuring.html#deepmergeoptions Dan White | d_e_wh...@icloud.com “Sometimes I think the surest sign that intelligent life

Re: [Puppet Users] Hiera Hash Merge Issues

2016-06-03 Thread Leonard Smith
Deep gem is installed. However this should work with native correct if all I am looking to have it do is create both '/' and 'test' vhost, without ovverriding each other. On Friday, June 3, 2016 at 2:47:45 PM UTC-4, Peter Kristolaitis wrote: > > Did you install the deep_merge gem when using

Re: [Puppet Users] Hiera Hash Merge Issues

2016-06-03 Thread Dan White
Better suggestion. Thanks, Peter. Dan White | d_e_wh...@icloud.com “Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us.” (Bill Waterson: Calvin & Hobbes) On Jun

Re: [Puppet Users] Hiera Hash Merge Issues

2016-06-03 Thread Peter Kristolaitis
Did you install the deep_merge gem when using the deeper merge option? The gem is required when using deep or deeper merging. On 2016-06-03 02:38 PM, Leonard Smith wrote: I've been trying to track down a problem with hiera_hash not merging. puppet-3.8.6-1.el7 hiera-1.3.4-1.el7 ##

Re: [Puppet Users] Hiera Hash Merge Issues

2016-06-03 Thread Dan White
Have you tried hiera command line debugging ? Dan White | d_e_wh...@icloud.com “Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us.” (Bill Waterson: Calvin &

[Puppet Users] Hiera Hash Merge Issues

2016-06-03 Thread Leonard Smith
I've been trying to track down a problem with hiera_hash not merging. puppet-3.8.6-1.el7 hiera-1.3.4-1.el7 ## hiera.yaml :hierarchy: - test - common ## test.yaml --- rabbitmq_profile::vhosts: 'test' : ensure: present ## common.yaml --- rabbitmq_profile::vhosts: '/' : ensure: