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:
@@ -3,7 +3,7 @@
|
||||
# This class manages the puppetmaster using the ghoneycutt-puppet module.
|
||||
# It manages the server settings in the puppet.conf file.
|
||||
class profiles::puppet::puppetmaster (
|
||||
Optional[Stdlib::Fqdn] $puppetdb_host = lookup('profiles::puppet::puppetdb::puppetdb_host', Optional[Stdlib::Fqdn], 'first', undef),
|
||||
Optional[Stdlib::Fqdn] $puppetdb_host = lookup('puppetdbapi', Optional[Stdlib::Fqdn], 'first', undef),
|
||||
) {
|
||||
|
||||
if $facts['enc_role'] == 'roles::infra::puppet::master' {
|
||||
|
||||
Reference in New Issue
Block a user