Hello

i run : 

puppet lookup --node xxxx --debug --explain sshkeys::users

 on puppet master it return a correctly merged array
i have group/xxx.ymal + common.yaml 
i have set 


lookup_options:
  sshkeys::users:                     # This lookup option applies to 
parameter 'local' of class 'users'
    merge:                          # Merge the values found across 
hierarchies, instead of getting the first one
      strategy: deep                # Do a deep merge, useful when dealing 
with Hashes (to override single subkeys)
      merge_hash_arrays: true


so it works fine on master and the result is correctly merged xxx + common 

when i run puppet agent -t on xxxx node to apply the config the merge is 
incorrect it only takes xxx.yaml 
but ignore common.yaml 


how this is possible ? 
how to debug hiera from slave node ? 

thanks it get me crazy


-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/c1ca2dc4-d7c0-4c1e-acef-481ca9669512%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to