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

Small inconsistency in the documentation #222

Closed ggeldenhuis closed 5 years ago

ggeldenhuis commented 6 years ago

The using code section in the README has the following line:

content  => "%admins ALL=(ALL) NOPASSWD: ALL",

That implies that that some variable interpolation might happen. It should preferably have single quotes instead.