diff --git a/manifests/setup/node_manager.pp b/manifests/setup/node_manager.pp index 1e8d253e..ec253441 100644 --- a/manifests/setup/node_manager.pp +++ b/manifests/setup/node_manager.pp @@ -91,8 +91,8 @@ 'puppet_enterprise::profile::primary_master_replica' => { 'database_host_puppetdb' => $puppetdb_database_host, }, - 'puppet_enterprise' => { - 'puppetdb_database_host' => $puppetdb_database_host, + 'puppet_enterprise::profile::puppetdb' => { + 'database_host' => $puppetdb_database_host, }, }, } @@ -145,8 +145,8 @@ 'puppet_enterprise::profile::primary_master_replica' => { 'database_host_puppetdb' => $puppetdb_database_replica_host, }, - 'puppet_enterprise' => { - 'puppetdb_database_host' => $puppetdb_database_replica_host, + 'puppet_enterprise::profile::puppetdb' => { + 'database_host' => $puppetdb_database_replica_host, }, }, }