commit | 1a056d59f313b2487bcadd5f1ba0e63786f99fac | [log] [tgz] |
---|---|---|
author | Petr Michalec <epcim@apealive.net> | Fri May 05 17:09:51 2017 +0200 |
committer | GitHub <noreply@github.com> | Fri May 05 17:09:51 2017 +0200 |
tree | d488785daeec989ce599e60820dd4e24bfc96276 | |
parent | 03e5362f09096cc4ede738130953622d33bb2d81 [diff] |
Fix pedantic syntax of the state file
diff --git a/salt/minion/cert.sls b/salt/minion/cert.sls index 98050e9..15f39be 100644 --- a/salt/minion/cert.sls +++ b/salt/minion/cert.sls
@@ -192,7 +192,7 @@ 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