ghoneycutt / puppet-module-pam

Puppet module to manage PAM
Other
18 stars 80 forks source link

Hiera merge strategies and lookup function #219

Closed v4ld3r5 closed 1 year ago

v4ld3r5 commented 4 years ago

When setting $limits_fragments_hiera_merge = true it doesn't perform a deep merge as we would like. Workaround for now is to keep it false, do an explicit lookup and set the strategy as per our needs. Might be good to transition to newer lookup function and let the user choose a strategy.

ghoneycutt commented 1 year ago

Agreed this should be updated.