I can try to install puppetdb behind puppet-server, but while ruby parsing puppetdb.conf throw on error. I'm using puppet-server 4.9 and puppetdb is 4.3.
Here the warning:
Warning: Error 500 on SERVER: Server Error: Could not retrieve facts for entrecore.home.lan: Failed to find facts from PuppetDB at puppet:8140: Unparseable line '[main]
' in PuppetDB config /etc/puppetlabs/puppet/puppetdb.conf:1
My puppetdb.conf /etc/puppetlabs/puppet/puppetdb.conf):
[main]
server_urls = https://puppetmaster4.home.lan:8081
Here my routes.yaml (/etc/puppetlabs/puppet/routes.yaml):
---
master:
facts:
terminus: puppetdb
cache: yaml
I'm setting any options in puppetdb config files.
What do I wrong ?
Thanks for your help!
↧