saz / puppet-sudo

Manage sudo with Puppet on Debian-, RedHat- and SUSE-based linux distributions and some BSDs
Other
105 stars 216 forks source link

FIX: users_groups.erb Syntax Error #67

Closed KoHead closed 10 years ago

KoHead commented 10 years ago

Hi,

You are a syntax error on the sudo line group

<%= group %> ALL=(ALL) ALL

saz commented 10 years ago

This is no syntax error at all. It's how groups are used in sudo to distinguish them from user entries.