Merge pull request #43 from msciciel/fix-service-start-require
Add missing require to start service after config generation.
This commit is contained in:
commit
c3761409e9
1 changed files with 3 additions and 1 deletions
|
@ -6,5 +6,7 @@ haproxy.config:
|
||||||
- user: root
|
- user: root
|
||||||
- group: root
|
- group: root
|
||||||
- mode: 644
|
- mode: 644
|
||||||
- watch_in:
|
- require_in:
|
||||||
- service: haproxy.service
|
- service: haproxy.service
|
||||||
|
- watch_in:
|
||||||
|
- service: haproxy.service
|
Loading…
Reference in a new issue