File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 129
129
' pe_install::puppet_master_dnsaltnames' => $dns_alt_names ,
130
130
' puppet_enterprise::puppetdb_database_host' => $puppetdb_database_target .peadm::target_name(),
131
131
' puppet_enterprise::profile::master::code_manager_auto_configure' => true ,
132
- ' puppet_enterprise::profile::master::r10k_private_key' => ' /etc/puppetlabs/puppetserver/ssh/id-control_repo.rsa' ,
133
132
' puppet_enterprise::profile::master::r10k_remote' => $r10k_remote ,
133
+ ' puppet_enterprise::profile::master::r10k_private_key' => $r10k_private_key ? {
134
+ undef => undef ,
135
+ default => ' /etc/puppetlabs/puppetserver/ssh/id-control_repo.rsa' ,
136
+ },
134
137
} + $pe_conf_data )
135
138
136
139
$puppetdb_database_pe_conf = peadm::generate_pe_conf({
You can’t perform that action at this time.
0 commit comments