ソースを参照

Hide salt stdout [ERROR] if grep rc=1

tags/v0.2.0
Noel McLoughin 6年前
コミット
b17001b177
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 %}

読み込み中…
キャンセル
保存