This change is only useful for Docker image building, but for officially supported packages in PIP this change will cause unnecessary breakage to existing users. We will have to implement a different approach for configuring settings in Docker images. Adding a note to README.rst indicating that an officially supported Docker image is planned.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import os
|
||||
|
||||
PUPPETDB_HOST = 'puppetdb'
|
||||
PUPPETDB_HOST = 'localhost'
|
||||
PUPPETDB_PORT = 8080
|
||||
PUPPETDB_SSL_VERIFY = True
|
||||
PUPPETDB_KEY = None
|
||||
|
||||
Reference in New Issue
Block a user