Browse Source

Seperated file.managed state from chrony/init.sls

fixconfig
mraymond77 9 years ago
parent
commit
26fb719c2f
1 changed files with 0 additions and 11 deletions
  1. +0
    -11
      chrony/init.sls

+ 0
- 11
chrony/init.sls View File

@@ -8,14 +8,3 @@ chrony:
- name: {{ chrony.service }}
- require:
- pkg: {{ chrony.package }}

chrony_config:
file.managed:
- name: {{ chrony.config }}
- source: {{ chrony.config_src }}
- template: jinja
- user: root
- mode: 644
- watch_in:
- service: {{ chrony.service }}


Loading…
Cancel
Save