joshuar / puppet-vnstat

vnstat module for Puppet
Apache License 2.0
1 stars 2 forks source link

validate_re(): input needs to be a String #10

Open ghost opened 7 years ago

ghost commented 7 years ago

I have been getting the following error when running Puppet on all servers.

Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Evaluation Error: Error while evaluating a Function Call, validate_re(): input needs to be a String, not a Fixnum at /etc/puppetlabs/code/environments/production/modules/vnstat/manifests/init.pp:37:5 on node server_name

joshuar commented 7 years ago

Thanks for reporting. This looks like an issue with a newer version of the puppetlabs/stdlib module. Can you find out what version you have installed with puppet module list | grep stdlib?

ghost commented 7 years ago

puppet module list | grep stdlib ├── puppetlabs-stdlib (v4.11.0)

ksemaev commented 7 years ago

Same with me:

puppet module list | grep stdlib
├── puppetlabs-stdlib (v4.13.1)
├── puppetlabs-stdlib (v4.13.1)