We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f212c47 + 6a82476 commit c673e58Copy full SHA for c673e58
plans/subplans/install.pp
@@ -136,10 +136,10 @@
136
$r10k_private_key = peadm::file_or_content('r10k_private_key', $r10k_private_key_file, $r10k_private_key_content)
137
138
# enable code manager if:
139
- # * it isn't explicitly disabled *and* the user provided r10k repo+key
+ # * it isn't explicitly disabled *and* the user provided r10k repo (key is optional, repo could be a local absolute path or https URL)
140
# * a replica is present
141
# * one or multiple compiler are present
142
- $_code_manager_auto_configure = if $r10k_private_key and $code_manager_auto_configure {
+ $_code_manager_auto_configure = if $r10k_remote and $code_manager_auto_configure {
143
true
144
} elsif $replica_host {
145
0 commit comments