feat: update hiera key for puppetdb api/sql
- changed to use puppetdbapi and puppetdbsql hiera keys - updated all classes that referenced old values
This commit is contained in:
@@ -8,7 +8,7 @@ class profiles::puppet::puppetboard (
|
||||
Integer $reports_count = 40,
|
||||
Boolean $offline_mode = true,
|
||||
String $default_environment = '*',
|
||||
String $puppetdb_host = lookup('profiles::puppet::puppetdb::puppetdb_host'),
|
||||
String $puppetdb_host = lookup('puppetdbapi'),
|
||||
Stdlib::AbsolutePath $basedir = '/opt/puppetboard',
|
||||
Stdlib::Absolutepath $virtualenv_dir = "${basedir}/venv",
|
||||
Stdlib::Absolutepath $settings_file = "${basedir}/settings.py",
|
||||
|
||||
Reference in New Issue
Block a user