浏览代码

Merge pull request #12 from noelmcloughlin/grepbug

Hide salt stdout [ERROR] if grep rc=1
tags/v0.2.0
Niels Abspoel 6 年前
父节点
当前提交
e754b56197
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      chrony/map.jinja

+ 1
- 1
chrony/map.jinja 查看文件

@@ -14,7 +14,7 @@

-{# Debian distros check /etc/default/rcS to determine UTC setting #}
-{% if grains['os_family'] == "Debian" %}
- {% if salt['cmd.run']('grep UTC=no /etc/default/rcS') %}
- {% if salt['cmd.run']('grep UTC=no /etc/default/rcS', output_loglevel='quiet') %}
- {% do chrony['otherparams'].remove('rtconutc') %}
- {% endif %}
-{% endif %}

正在加载...
取消
保存