Quellcode durchsuchen
Merge pull request #12 from noelmcloughlin/grepbug
Hide salt stdout [ERROR] if grep rc=1
tags/v0.2.0
Niels Abspoel
vor 6 Jahren
Ursprung
Commit
e754b56197
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit
1 neuen und
1 gelöschten Zeilen
-
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 %} |