arnoudj / puppet-sudo

Puppet module to manage sudoers.
8 stars 23 forks source link

sudoers.pp file is in the wrong location #1

Closed ccaum closed 11 years ago

ccaum commented 11 years ago

The manifests/sudo/sudoers.pp file should be located at manifests/sudoers.pp so the autoloader can correctly locate the sudo::sudoers defined type.

arnoudj commented 11 years ago

Thanks for the comment. It always get a bit confused when or when not to put it in a subdirectory. ;)

arnoudj commented 11 years ago

Fixed in 0.1.1 release.