I have installed puppet and puppetdb-terminus from gems, and puppetdb from module.
When I have:
storeconfigs_backend = puppetdb
storeconfigs = true
my set up is not working, I am getting:
Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find terminus puppetdb for indirection facts
but when I do:
#storeconfigs_backend = puppetdb
storeconfigs = false
Everything seems to be working (at least a simple test).
What is the difference?
I have installed puppet and puppetdb-terminus from gems, and puppetdb from module.
↧