example42 / puppet-sudo

Puppet module to manage sudo
Other
4 stars 28 forks source link

$sudo::manage_file doesn't exist #4

Closed DavidS closed 11 years ago

DavidS commented 11 years ago

Hi,

The variable $sudo::manage_file referenced at https://github.com/example42/puppet-sudo/blob/master/manifests/init.pp#L186 does not seem to exist.

I'm not fully read into the example42 modules (yet!), so please excuse me if I've overlooked something trivial!

alvagante commented 11 years ago

Great spot, @DavidS. Generally I use $module::manage_file to remove files when I pass the absent => true parameter, but here decommissioning is not supported. Just fixed.