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.
2 parents ac05eb1 + 8310b06 commit 57f8930Copy full SHA for 57f8930
plans/convert.pp
@@ -242,6 +242,11 @@
242
# that would cause the runs to fail on all the rest.
243
run_task('peadm::puppet_runonce', $primary_target)
244
run_task('peadm::puppet_runonce', $all_targets - $primary_target)
245
+
246
+ # Restart cluster compiler services that are likely not restarted by our
247
+ # final Puppet run to increase chance everything is functional upon plan
248
+ # completion
249
+ run_command('systemctl restart pe-puppetserver.service pe-puppetdb.service', $all_targets - $primary_target)
250
}
251
252
return("Conversion to peadm Puppet Enterprise ${arch['architecture']} completed.")
0 commit comments