puppet-gitolite icon indicating copy to clipboard operation
puppet-gitolite copied to clipboard

Add validation for true/false parameters

Open hunner opened this issue 12 years ago • 1 comments

If parameters which are expected to be true/false are not a boolean type, such as passing a quoted 'true' to the server parameter of Class['gitolite'] then the gitolite module will silently do nothing. This commit corrects that behaviour.

hunner avatar Nov 15 '12 18:11 hunner

Do we really want to depend on stdlib?

roidelapluie avatar Mar 27 '14 06:03 roidelapluie