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:
@@ -1,6 +1,6 @@
|
||||
# configure the puppetdb api service
|
||||
class profiles::puppet::puppetdb_api (
|
||||
String $postgres_host = lookup('profiles::puppet::puppetdb::postgres_host'),
|
||||
String $postgres_host = lookup('puppetdbsql'),
|
||||
String $listen_address = $facts['networking']['ip'],
|
||||
Stdlib::Absolutepath $java_bin = '/usr/bin/java',
|
||||
Hash $java_args = {},
|
||||
|
||||
Reference in New Issue
Block a user