We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 712861d commit 3a62166Copy full SHA for 3a62166
manifests/plugin/remote_execution/ssh_user/params.pp
@@ -13,7 +13,7 @@
13
$effective_user_method = pick(getvar('remote_execution_effective_user_method'),'sudo')
14
15
$ssh_keys = getvar('remote_execution_ssh_keys') ? {
16
- Array => $::remote_execution_ssh_keys,
+ Array => getvar('remote_execution_ssh_keys'),
17
default => [],
18
}
19
0 commit comments