arnoudj / puppet-sudo

Puppet module to manage sudoers.
8 stars 23 forks source link

Validate group is string #37

Closed petems closed 8 years ago

petems commented 8 years ago

Giving an array can lead to an invalid sudo config:

group => ['devs'] %["devs"] DEVS_HOSTS = (DEVS_RUNAS) DEVS_CMNDS

petems commented 8 years ago

@arnoudj Ping? 😄

arnoudj commented 8 years ago

Sorry for the delay. What happens when group is not given? Can you add tests for that?

petems commented 8 years ago

@arnoudj Done! 👍

arnoudj commented 8 years ago

Will be part of 2.0 release.