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

Switch absoluete class linter to "reverse" #235

Closed baurmatt closed 5 years ago

baurmatt commented 5 years ago

Absolute classes was a thing before Puppet 4. With Puppet 4 its best practice to not use ::$class.

I've updated the puppet-lint-absolute_classname-check plugin in https://github.com/voxpupuli/puppet-lint-absolute_classname-check/issues/17 to be reverse-able.

I will provide a PR which does the switch.