Skip to content

Commit 6402665

Browse files
authored
Merge pull request #36 from puppetlabs/partial-revert
Partially revert fcd04d0
2 parents fcd04d0 + 4020a0e commit 6402665

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

manifests/setup/node_manager.pp

+4-4
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@
9191
'puppet_enterprise::profile::primary_master_replica' => {
9292
'database_host_puppetdb' => $puppetdb_database_host,
9393
},
94-
'puppet_enterprise' => {
95-
'puppetdb_database_host' => $puppetdb_database_host,
94+
'puppet_enterprise::profile::puppetdb' => {
95+
'database_host' => $puppetdb_database_host,
9696
},
9797
},
9898
}
@@ -145,8 +145,8 @@
145145
'puppet_enterprise::profile::primary_master_replica' => {
146146
'database_host_puppetdb' => $puppetdb_database_replica_host,
147147
},
148-
'puppet_enterprise' => {
149-
'puppetdb_database_host' => $puppetdb_database_replica_host,
148+
'puppet_enterprise::profile::puppetdb' => {
149+
'database_host' => $puppetdb_database_replica_host,
150150
},
151151
},
152152
}

0 commit comments

Comments
 (0)