Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add class parameters to configure default_settings.py #10

Merged
merged 1 commit into from
Nov 15, 2013
Merged

add class parameters to configure default_settings.py #10

merged 1 commit into from
Nov 15, 2013

Conversation

juliushaertl
Copy link
Contributor

This commit adds class parameters to the puppetboard class to
automatically setup the puppetboard configuration file default_settings.py

The following parameters were added:

  $puppetdb_host = 'localhost'
  $puppetdb_port = 8080
  $puppetdb_key = 'None'
  $puppetdb_ssl = 'False'
  $puppetdb_cert = 'None'
  $puppetdb_timeout = 20
  $dev_listen_host = '127.0.0.1'
  $dev_listen_port = 5000
  $unresponsive = 3
  $enable_query = 'True'
  $python_loglevel = 'info'

The experimental parameter changed from true/false to a string
to support the Python bool True/False:

$experimental = 'False'

This commit adds class parameters to the puppetboard class to
automatically setup the puppetboard configuration file default_settings.py

The following parameters were added:

  $puppetdb_host = 'localhost'
  $puppetdb_port = 8080
  $puppetdb_key = 'None'
  $puppetdb_ssl = 'False'
  $puppetdb_cert = 'None'
  $puppetdb_timeout = 20
  $dev_listen_host = '127.0.0.1'
  $dev_listen_port = 5000
  $unresponsive = 3
  $enable_query = 'True'
  $python_loglevel = 'info'

The experimental parameter changed from true/false to a string
to support the Python bool True/False:

  $experimental = 'False'
@nibalizer
Copy link
Member

@juliushaertl is experimental even valuable anymore? I thought since puppetdb 1.5 came out experimental isn't used any more?

nibalizer added a commit that referenced this pull request Nov 15, 2013
add class parameters to configure default_settings.py
@nibalizer nibalizer merged commit 71e4006 into voxpupuli:master Nov 15, 2013
@nibalizer
Copy link
Member

@juliushaertl thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants