fix(service): restart service if config changes

* fixes #37
This commit is contained in:
Ricardo Klein 2020-04-07 15:15:36 +02:00 committed by GitHub
parent 143ee92d71
commit 0490489614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,5 +13,5 @@ keepalived-service-running-service-running:
service.running:
- name: {{ keepalived.service.name }}
- enable: True
- require:
- watch:
- sls: {{ sls_config_file }}