I'm trying to run Puppet with the "deeper" merge functionality, which requires the deep_merge ruby gem.
When I run vagrant provision, I get the following error: ==> mysql.dev: WARN: 2015-01-29 14:36:53 -0700: Ignoring configured merge_behavior ==> mysql.dev: WARN: 2015-01-29 14:36:53 -0700: Must have 'deep_merge' gem installed. ==> mysql.dev: WARN: 2015-01-29 14:36:53 -0700: Ignoring configured merge_behavior ==> mysql.dev: WARN: 2015-01-29 14:36:53 -0700: Must have 'deep_merge' gem installed. I've installed the deep_merge gem on my computer, ran 'vagrant plugin install deep_merge', and even installed deep_merge on the guest VM prior to running a vagrant provision, but this message keeps coming to me, and my Puppet Hiera hashes aren't merging. Does anyone have any ideas on how I can get Puppet to do a deep_merge in Vagrant? Thanks! -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
