Browse Source

Merge pull request #11 from saltstack-formulas/fixconfig

Fix config state on Centos7
master
Niels Abspoel 7 years ago
parent
commit
db4bdd69da
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      chrony/config.sls

+ 1
- 1
chrony/config.sls View File

@@ -1,7 +1,7 @@
{% from slspath+"/map.jinja" import chrony with context %}

include:
- .init
- chrony

chrony_config:
file.managed:

Loading…
Cancel
Save