소스 검색
Merge pull request #12 from noelmcloughlin/grepbug
Hide salt stdout [ERROR] if grep rc=1
tags/v0.2.0
Niels Abspoel
6 년 전
No account linked to committer's email address
1개의 변경된 파일과
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 %} |