I'm now trying to use system::sshd.
I can see that sshd takes a hash as a parameter instead of an array.
However, all my attempts to guess or otherwise determine the correct syntax 
are failing.
Here's what I've got so far

$sshd = {
'AllowGroups' :
                     value => ['root' , 'IT', 'ENG'],
}
class { 'system::sshd':
config => $sshd,
}

and I get the error:
Could not parse for environment dev: Syntax error at 'AllowGroups'; 
expected '}' at /etc/puppet/manifests/site.pp:58

Thanks again in advance...

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to