graylog-labs / graylog2-puppet

[DEPRECATED] Puppet module to install and manage a Graylog 1.x system.
https://www.graylog.org/
MIT License
10 stars 28 forks source link

numbers in server/params.pp need to be strings #8

Closed geuben closed 9 years ago

geuben commented 9 years ago

As they are I get and error as follows:

Error: Could not retrieve catalog from remote server: Error 400 on SERVER: is not a string. It looks to be a Fixnum on node Warning: Not using cache on failed catalog Error: Could not retrieve catalog; skipping run

where is the first number in server/params.pp that isn't a string.

Master puppet version: 3.5.1-1puppetlabs1 Client puppet version: 3.7.3-1puppetlabs1

Changing them all to strings resolved my issue.