Skip to content

Commit b91b9aa

Browse files
committed
Update plans/action/install.pp
Fix erroneous substitution
1 parent 602ef7a commit b91b9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plans/action/install.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
'console_admin_password' => $console_password,
150150
'puppet_enterprise::puppet_master_host' => $primary_target.peadm::certname(),
151151
'pe_install::puppet_master_dnsaltnames' => $dns_alt_names,
152-
'puppet_enterprise::primary_postgresql_host' => $primary_postgresql_target.peadm::certname(),
152+
'puppet_enterprise::puppetdb_database_host' => $primary_postgresql_target.peadm::certname(),
153153
'puppet_enterprise::profile::master::code_manager_auto_configure' => true,
154154
'puppet_enterprise::profile::master::r10k_remote' => $r10k_remote,
155155
'puppet_enterprise::profile::master::r10k_private_key' => $r10k_private_key ? {

0 commit comments

Comments
 (0)