fix: use http port for puppetdb (#58)
DEBUG:urllib3.connectionpool:Starting new HTTP connection (1): puppetdb:8081 ERROR:pypuppetdb.api.base:Could not reach PuppetDB on puppetdb:8081 over HTTP. - puppetdb_host assumes HTTP when not verifying ssl Reviewed-on: #58
This commit was merged in pull request #58.
This commit is contained in:
@@ -11,7 +11,7 @@ metadata:
|
|||||||
namespace: puppet
|
namespace: puppet
|
||||||
data:
|
data:
|
||||||
PUPPETDB_HOST: "puppetdb"
|
PUPPETDB_HOST: "puppetdb"
|
||||||
PUPPETDB_PORT: "8081"
|
PUPPETDB_PORT: "8080"
|
||||||
PUPPETDB_SSL_SKIP_VERIFY: "True"
|
PUPPETDB_SSL_SKIP_VERIFY: "True"
|
||||||
LOGLEVEL: "debug"
|
LOGLEVEL: "debug"
|
||||||
PUPPETDB_TIMEOUT: "20"
|
PUPPETDB_TIMEOUT: "20"
|
||||||
|
|||||||
Reference in New Issue
Block a user