Skip to content

Commit adc64df

Browse files
reidmvReid
authored and
Reid
committed
Fixup commit to apply changes to live content
And clean up old, unused content.
1 parent 94d1ad0 commit adc64df

File tree

6 files changed

+5
-96
lines changed

6 files changed

+5
-96
lines changed

installer/primary-master/csr_attributes.yaml

-3
This file was deleted.

installer/primary-master/pe.conf

-64
This file was deleted.

installer/puppetdb-database/csr_attributes.yaml

-3
This file was deleted.

installer/puppetdb-database/pe.conf

-21
This file was deleted.

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::profile::puppetdb' => {
95-
'database_host' => $puppetdb_database_host,
94+
'puppet_enterprise' => {
95+
'puppetdb_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::profile::puppetdb' => {
149-
'database_host' => $puppetdb_database_replica_host,
148+
'puppet_enterprise' => {
149+
'puppetdb_database_host' => $puppetdb_database_replica_host,
150150
},
151151
},
152152
}

plans/unit/install.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
'console_admin_password' => $console_password,
120120
'puppet_enterprise::puppet_master_host' => $master_target.peadm::target_name(),
121121
'pe_install::puppet_master_dnsaltnames' => $dns_alt_names,
122-
'puppet_enterprise::profile::puppetdb::database_host' => $puppetdb_database_target.peadm::target_name(),
122+
'puppet_enterprise::puppetdb_database_host' => $puppetdb_database_target.peadm::target_name(),
123123
'puppet_enterprise::profile::master::code_manager_auto_configure' => true,
124124
'puppet_enterprise::profile::master::r10k_private_key' => '/etc/puppetlabs/puppetserver/ssh/id-control_repo.rsa',
125125
'puppet_enterprise::profile::master::r10k_remote' => $r10k_remote,

0 commit comments

Comments
 (0)