Explorar el Código

Fix for hosts file idempotence

tags/2016.12
Olivier Bourdon hace 8 años
padre
commit
577fbf5131
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      linux/network/host.sls

+ 3
- 1
linux/network/host.sls Ver fichero

@@ -28,6 +28,8 @@ linux_host_{{ name }}_order_fix:
- repl: {{ after }}
- watch:
- host: linux_host_{{ name }}
- onlyif:
- grep -q "{{ before }}" /etc/hosts

{%- endif %}

@@ -35,4 +37,4 @@ linux_host_{{ name }}_order_fix:

{%- endfor %}

{%- endif %}
{%- endif %}

Cargando…
Cancelar
Guardar