浏览代码

Merge pull request #11 from saltstack-formulas/fixconfig

Fix config state on Centos7
tags/v0.2.0
Niels Abspoel 7 年前
父节点
当前提交
db4bdd69da
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      chrony/config.sls

+ 1
- 1
chrony/config.sls 查看文件

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

include:
- .init
- chrony

chrony_config:
file.managed:

正在加载...
取消
保存