This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
chrony-formula
mirror of
https://github.com/saltstack-formulas/chrony-formula
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
11
Wiki
Activity
Browse Source
Created config state, added chrony/config.sls
tags/v0.2.0
mraymond77
9 years ago
parent
dc079f6362
commit
fc5f2aead1
1 changed files
with
14 additions
and
0 deletions
Unified View
Show Diff Stats
+14
-0
chrony/config.sls
+ 14
- 0
chrony/config.sls
View File
{% 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
Write
Preview
Loading…
Cancel
Save