Browse Source

Fix pedantic syntax of the state file

pr/fix/ca_cert_whitespaces
Petr Michalec 7 years ago
parent
commit
1a056d59f3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      salt/minion/cert.sls

+ 1
- 1
salt/minion/cert.sls View File

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

Loading…
Cancel
Save