puppet-gitolite
puppet-gitolite copied to clipboard
Add validation for true/false parameters
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.
Do we really want to depend on stdlib?