Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regex validation fails on Puppet 4.0 #10

Open
mppace opened this issue Jan 11, 2017 · 2 comments
Open

Regex validation fails on Puppet 4.0 #10

mppace opened this issue Jan 11, 2017 · 2 comments

Comments

@mppace
Copy link

mppace commented Jan 11, 2017

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
Copy link
Contributor

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
Copy link
Contributor

I have the same issue with puppet 5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants