Skip to content

Instantly share code, notes, and snippets.

@arxcruz
Created June 16, 2014 17:51
Show Gist options
  • Save arxcruz/46ba76d479d3a42da77d to your computer and use it in GitHub Desktop.
Save arxcruz/46ba76d479d3a42da77d to your computer and use it in GitHub Desktop.
puppetboard settings
PUPPETDB_HOST = ‘localhost'
PUPPETDB_PORT = 8080
PUPPETDB_SSL_VERIFY = False
PUPPETDB_KEY = None
PUPPETDB_CERT = None
PUPPETDB_TIMEOUT = 20
DEV_LISTEN_HOST = '127.0.0.1'
DEV_LISTEN_PORT = 5000
UNRESPONSIVE_HOURS = 2
ENABLE_QUERY = True
LOGLEVEL = ‘info'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment