ghoneycutt / puppet-module-pam

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

Added lookup() function to replace hiera_hash() function #181

Closed robert4man closed 5 years ago

robert4man commented 6 years ago

We are in the process of migrating from Puppet3->Puppet4 and have been refactoring our use of hiera_hash() function calls. This seems applicable here as well.

ghoneycutt commented 5 years ago

We have done a major version upgrade to support Puppet 5 and 6. This involves the transition to hiera data in modules, acceptance testing, type validation in parameters and more.

Your contribution is greatly appreciated! This has been implemented in v3, check it out.