We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64f2c05 commit 8431b59Copy full SHA for 8431b59
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