ajcrowe / puppet-supervisord

Puppet Module to install and configure applications under supervisord
MIT License
37 stars 104 forks source link

quoted boolean value found on line 58 #48

Closed caylorme closed 9 years ago

caylorme commented 9 years ago

remote: /tmp/tmp.rBT63IAE0W/supervisord/manifests/fcgi_program.pp - WARNING: quoted boolean value found on line 58 remote: /tmp/tmp.rBT63IAE0W/supervisord/manifests/fcgi_program.pp - WARNING: quoted boolean value found on line 58 remote: Error: styleguide violation in supervisord/manifests/fcgi_program.pp (see above) remote: Error: 1 styleguide violation(s) found. Commit will be aborted. remote: Please follow the puppet style guide outlined at: remote: http://docs.puppetlabs.com/guides/style_guide.html

ajcrowe commented 9 years ago

This breaks the validation checking, unfortunately in this case the linter is not really valid.

If you can find a way to validate all the input options for this please do, in the meantime I will close this as invalid.