Add service manage variables

It is possible that a user will not want the roles to control the
service settings. For example, if a service dies and you don't want to
auto restart it.

Change-Id: I1d99a712984a71f41533cadda317c13f03b9f779
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger
2016-02-04 10:42:53 -05:00
parent 0cd7181a63
commit 866e71d640
3 changed files with 10 additions and 2 deletions

View File

@@ -74,9 +74,11 @@ zuul_file_zuul_server_service_group: root
zuul_file_zuul_server_service_owner: root
zuul_service_zuul_merger_enabled: yes
zuul_service_zuul_merger_manage: true
zuul_service_zuul_merger_name: zuul-merger
zuul_service_zuul_merger_state: started
zuul_service_zuul_server_enabled: yes
zuul_service_zuul_server_manage: true
zuul_service_zuul_server_name: zuul-server
zuul_service_zuul_server_state: started