Skip to content

Commit 4020a0e

Browse files
committed
Partially revert fcd04d0
Turns out it doesn't quite work to use the high-level parameter for the compilers. Warning: Unable to fetch my node definition, but the agent run will continue: Warning: Error 500 on SERVER: Server Error: Classification of ... failed due to a classification conflict: The node was classified into groups named: "PE Master B" "PE Infrastructure Agent" "All Environments" "PE HA Replica" These groups defined conflicting values for class parameters for the classes: "puppet_enterprise"
1 parent fcd04d0 commit 4020a0e

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)