Skip to content

Drop sudo module in favor of saz/puppet-sudo

The shared sudo module has seen better days... saz/puppet-sudo is way more complete.

It supports a lot more different distributions/OS and one of the nice features is that it checks if the sudoers files are correct via a visudo test before replacing the file, thus ensuring that it does not fuck up the server:

https://github.com/saz/puppet-sudo/blob/f485f37c762fef218019182189cb847cc5099afa/manifests/conf.pp#L113

-- pollo