Просмотр исходного кода

Fix pedantic syntax of the state file

pr/fix/ca_cert_whitespaces
Petr Michalec 7 лет назад
Родитель
Сommit
1a056d59f3
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      salt/minion/cert.sls

+ 1
- 1
salt/minion/cert.sls Просмотреть файл

@@ -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

Загрузка…
Отмена
Сохранить