saz / puppet-sudo

Manage sudo with Puppet on Debian-, RedHat- and SUSE-based linux distributions and some BSDs
Other
107 stars 215 forks source link

migrate deprecated hiera_* to lookup() #200

Closed khaefeli closed 6 years ago

khaefeli commented 6 years ago

the hiera_* () function is deprecated and should be replaced by lookup(). https://docs.puppet.com/puppet/4.10/hiera_migrate_functions.html

the module is officially supporting only puppet >4.x - so it should be no problem to replace it.

khaefeli commented 6 years ago

great, thanks!