This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
syslog-ng-formula
mirror of
https://github.com/saltstack-formulas/syslog-ng-formula
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
fix(state): restart service when configuration has changed
tags/v0.5.1
Nicolas Rodriguez
4 years ago
parent
3de8cb7462
commit
a8100d0f32
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
+1
-1
syslog_ng/service/running.sls
+ 1
- 1
syslog_ng/service/running.sls
View File
service.running:
service.running:
- name: {{ syslog_ng.service }}
- name: {{ syslog_ng.service }}
- enable: true
- enable: true
-
require
:
-
watch
:
- sls: {{ sls_config_file }}
- sls: {{ sls_config_file }}
Write
Preview
Loading…
Cancel
Save