Explorar el Código

Fix pedantic syntax of the state file

pr/fix/ca_cert_whitespaces
Petr Michalec hace 7 años
padre
commit
1a056d59f3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      salt/minion/cert.sls

+ 1
- 1
salt/minion/cert.sls Ver fichero

@@ -192,7 +192,7 @@ salt_cert_{{ cacerts_dir }}/{{ cacert_file }}:
file.managed:
- name: {{ cacerts_dir }}/{{ cacert_file }}
- contents: |
{{ ca_cert | replace(' ', '') | indent(8) }}
{{ ca_cert|replace(' ', '')|indent(8) }}
- makedirs: True
- show_changes: True
- follow_symlinks: True

Cargando…
Cancelar
Guardar