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 d8e439a commit b33a511Copy full SHA for b33a511
plans/add_replica.pp
@@ -35,7 +35,7 @@
35
$dns_alt_names = [$replica_target.peadm::certname()] + (pick($certdata['dns-alt-names'], []) - $certdata['certname'])
36
37
# This has the effect of revoking the node's certificate, if it exists
38
- run_command("puppet infrastructure forget ${replica_target.peadm::certname()}", $primary_target, _catch_errors => true)
+ run_command("/opt/puppetlabs/bin/puppet infrastructure forget ${replica_target.peadm::certname()}", $primary_target, _catch_errors => true)
39
40
run_plan('peadm::subplans::component_install', $replica_target,
41
primary_host => $primary_target,
0 commit comments