Selaa lähdekoodia

fix prepending whitespaces starting 2nd line

pr/fix/ca_cert_whitespaces
Petr Michalec 7 vuotta sitten
vanhempi
commit
03e5362f09
No account linked to committer's email address
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      salt/minion/cert.sls

+ 1
- 1
salt/minion/cert.sls Näytä tiedosto

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

Loading…
Peruuta
Tallenna