This is all the code after a week and a bit hacking on this project. It's in a rather experimental state but should work with a little effort.
9 lines
165 B
Python
9 lines
165 B
Python
PUPPETDB_HOST='localhost'
|
|
PUPPETDB_PORT=8080
|
|
PUPPETDB_SSL=False
|
|
PUPPETDB_KEY=None
|
|
PUPPETDB_CERT=None
|
|
PUPPETDB_TIMEOUT=20
|
|
PUPPETDB_EXPERIMENTAL=False
|
|
LOGLEVEL='info'
|