Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Evaluation Error: Error while evaluating a Function Call, str2bool(): Requires either string to work with at /etc/puppetlabs/code/environments/production/modules/puppetdb/manifests/server/database.pp:24:6 on node puppetdb.test.j2noc.com
If I change the class call to include 'database_validate => "true",' it gets past that error and stops on next str2bool call.
puppetdb::database::postgresql installed fine, puppetdb::server doesn't.
I'm using version 5.1.2 of module and puppetserver-2.3.2-1.el7.noarch, puppet-agent-1.4.2-1.el7.x86_64
Did I miss some setting that tells str2bool to allow boolean as input?
↧