Browse Source

Created config state, added chrony/config.sls

tags/v0.2.0
mraymond77 9 years ago
parent
commit
fc5f2aead1
1 changed files with 14 additions and 0 deletions
  1. +14
    -0
      chrony/config.sls

+ 14
- 0
chrony/config.sls View File

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

include:
- chrony

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

Loading…
Cancel
Save