From 0bea2ed597d5ecf2a1341ea811993756db2ca980 Mon Sep 17 00:00:00 2001 From: Stuart Bain Date: Mon, 14 Oct 2024 12:06:57 +0100 Subject: [PATCH] Fix typo in README.md Replace `jenkins_restart_method` with the correct property name `jenkins_restart_behavior` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6bb4144a..2df8c416 100644 --- a/README.md +++ b/README.md @@ -128,9 +128,9 @@ Changes made to the Jenkins systemd override.conf file; the default set of chang If you are running Jenkins behind a proxy server, configure these options appropriately. Otherwise Jenkins will be configured with a direct Internet connection. - jenkins_restart_method: `service` + jenkins_restart_behavior: `service` -You can change `jenkins_restart_method` to `safe-restart`, if you want to make sure all running jobs on the Jenkins server are completed. Otherwise `service` will restart the Jenkins systemd-service. +You can change `jenkins_restart_behavior` to `safe-restart`, if you want to make sure all running jobs on the Jenkins server are completed. Otherwise `service` will restart the Jenkins systemd-service. ## Dependencies