Explorar el Código

Merge pull request #94 from M2Mobi/master

Fix minor bug for ssh known_hosts management with salt >= 2015.5.5.
lookup-fix-3
Forrest hace 9 años
padre
commit
7b0b86f01f
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      users/init.sls

+ 3
- 0
users/init.sls Ver fichero

@@ -301,6 +301,9 @@ users_ssh_known_hosts_{{ name }}_{{ loop.index0 }}:
{% if 'enc' in host %}
- enc: {{ host['enc'] }}
{% endif -%}
{% if 'hash_hostname' in host %}
- hash_hostname: {{ host['hash_hostname'] }}
{% endif -%}
{% endfor %}
{% endif %}


Cargando…
Cancelar
Guardar