saz / puppet-sudo

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

RHEL 5.11 broken #216

Closed gitkodak closed 6 years ago

gitkodak commented 6 years ago

There is a regex to work-around the major version difference (1.6 -> 1.7) in sudo in early versions of RHEL (5.0 to 5.4) that hits on RHEL 5.11. The regex needs to be more explicit.

gitkodak commented 6 years ago

217 fixes this.

saz commented 6 years ago

Please give the current master a try.