ajcrowe / puppet-supervisord

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

buffer_size validate_re gives an error with the defaults #74

Closed fitzboy closed 8 years ago

fitzboy commented 8 years ago

when trying to run an install, I am getting: Error: Evaluation Error: Error while evaluating a Function Call, validate_re(): 10 does not match "^\d+" at /etc/puppetlabs/code/environments/production/modules/supervisord/manifests/eventlistener.pp:51:3

It is non-obvious why this is not matching. I am NOT setting buffer_size, leaving it as default. Any help is appreciated.

fitzboy commented 8 years ago

update: if I set buffer_size => '10' in the profile, then it passes the test. But if I leave it as default, it will not

ajcrowe commented 8 years ago

I think this is fixed by #78