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

Fix version compare to work on both parsers (not just sid) #141

Closed kmcfate closed 8 years ago

kmcfate commented 8 years ago

This uses the stdlib function versioncmp() that takes into account strings vs ints. This will work on every version of debian as long as stdlib is included on the puppet master. I think this is a better fix than #137 than #138 that #113 broke.

mandos commented 8 years ago

Please merge.

moesch commented 8 years ago

Yes! Please merge!!

saz commented 8 years ago

This should be fixed with #154