purplehazech / puppet-syslogng

Puppet module for managing syslog-ng.
http://forge.puppetlabs.com/purplehazech/syslogng
GNU Affero General Public License v3.0
4 stars 12 forks source link

Regex validation fails on Puppet 4.0 #10

Open mppace opened 7 years ago

mppace commented 7 years ago

Error while evaluating a Function Call, validate_re(): input needs to be a String, not a Fixnum at /etc/puppetlabs/code/environments/production/modules/syslogng/manifests/init.pp:105

Easily fixed by quoting $flush_lines = "0", $log_fifo_size = "1000", $stats_freq = "43200" in the init.pp

hairmare commented 7 years ago

Thanks for the Feedback. I haven't used this in quite a while. Feel free to create a PR and I'll be happy to merge it.

danpawlik commented 6 years ago

I have the same issue with puppet 5