You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 11, 2025. It is now read-only.
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
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