arnoudj/puppet-sudo module - Syntax Error
Hello,
I am new to Puppet and recently downloaded the arnoudj puppet-sudo module. I create a new module simply titled "sudo" and placed the following in the init.pp file:
class sudo {
sudo::sudoers {'worlddomination'}:
ensure => 'present',
users => 'jalewellyn'],
runas => 'root',
cmnds => ['ALL'],
tags => ['NOPASSWD'],
When i do a puppet run I get: Syntax error at '}' /etc/puppetlabs/code/environments/development/modules/manifests/init.pp: 2:33
What am I missing here? Probably something basic! Any help would be much appreciated!