We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fcd04d0 + 4020a0e commit 6402665Copy full SHA for 6402665
manifests/setup/node_manager.pp
@@ -91,8 +91,8 @@
91
'puppet_enterprise::profile::primary_master_replica' => {
92
'database_host_puppetdb' => $puppetdb_database_host,
93
},
94
- 'puppet_enterprise' => {
95
- 'puppetdb_database_host' => $puppetdb_database_host,
+ 'puppet_enterprise::profile::puppetdb' => {
+ 'database_host' => $puppetdb_database_host,
96
97
98
}
@@ -145,8 +145,8 @@
145
146
'database_host_puppetdb' => $puppetdb_database_replica_host,
147
148
149
- 'puppetdb_database_host' => $puppetdb_database_replica_host,
+ 'database_host' => $puppetdb_database_replica_host,
150
151
152
0 commit comments