Explorar el Código

Merge pull request #12 from noelmcloughlin/grepbug

Hide salt stdout [ERROR] if grep rc=1
tags/v0.2.0
Niels Abspoel hace 6 años
padre
commit
e754b56197
Ninguna cuenta vinculada a la dirección de correo electrónico del committer
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      chrony/map.jinja

+ 1
- 1
chrony/map.jinja Ver fichero

@@ -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 %}

Cargando…
Cancelar
Guardar