saz / puppet-sudo

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

module does not work with --parser future #86

Closed Micsi closed 9 years ago

Micsi commented 9 years ago

when running this module with --parser future option in Puppet 3.7 on debian 7.6 it throws an error: Error: Evaluation Error: Error while evaluating a Function Call, create_resources(): second argument must be a hash at /puppet/modules/sudo/manifests/configs.pp:20:5 on node configtest.bbj.lan

I don't use Hiera, I also get the warning Warning: Config file /etc/puppet/hiera.yaml not found, using Hiera defaults but that doe not pose a problem with present parser. Unfortunately I do not get what happens at configs.pp so I cannot be a big help in solving this

brunoleon commented 9 years ago

This is fixed in #89 if you need it

Micsi commented 9 years ago

cool! Thanks!