Graylog2 / puppet-graylog

Install and configure a Graylog system via Puppet
Apache License 2.0
8 stars 29 forks source link

'Unknown function length' #23

Closed bschaefer99 closed 5 years ago

bschaefer99 commented 6 years ago

I'm at a loss as to why this isn't working.

First thing i should point out, on forge.puppet.com, the stdlib version required is listed as 4.11. We were on 4.14, so i thought we were good to go; however, i got this error: Error: Unknown function length at /vagrant/modules/graylog/manifests/server.pp:23

A little digging, and i see that the length function was added in stdlib 4.16.

Okay, i'll update stdlib. Well, that's been done - puppet module list shows puppetlabs-stdlib (v4.24.0). And yet i'm still getting the same Unknown function length error.

We're on puppet 3.8.5, the latest supported in Ubuntu 16.04 LTS.

ydeenekamp commented 6 years ago

I have the same issue:

Puppet 3.8.7 stdlib 4.24.0 graylog 0.6.0

ThisIsQasim commented 6 years ago

I have the same issue with Puppet 3.8.7, stdlib 4.22. Has there been any update on this?

bernd commented 5 years ago

We will bump the minimum version requirement for stdlib to 4.16. Not sure what else we can do, sorry.