Explorar el Código

Merge 888c5f1141 into 83962eb3b4

pull/208/merge
Michael Nunes hace 11 meses
padre
commit
7748ba6f4e
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
      openssh/config_ini.sls

+ 1
- 1
openssh/config_ini.sls Ver fichero

@@ -13,7 +13,7 @@ sshd_config-with-ini:
{%- if salt['file.contains_regex'](openssh.sshd_config, regex_search_for_tabs) %}
file.replace:
- name: {{ openssh.sshd_config }}
- pattern: {{ regex_search_for_tabs }}
- pattern: '{{ regex_search_for_tabs }}'
- repl: '\1 \2'
- show_changes: True
- require_in:

Cargando…
Cancelar
Guardar