commit | 6bce131c39b11dab374dc9bda1f5acbb56e5587c | [log] [tgz] |
---|---|---|
author | Petr Michalec <epcim@apealive.net> | Wed May 24 11:54:43 2017 +0200 |
committer | Petr Michalec <epcim@apealive.net> | Wed May 24 11:54:43 2017 +0200 |
tree | 13fc260e55de6393bd2782f36d591a16665810a3 | |
parent | 03d113e2dc30886040f2f532aca7a2337b49d2c0 [diff] |
fix ca cert render indent issue
diff --git a/salt/minion/cert.sls b/salt/minion/cert.sls index b4a1a1d..d86ff77 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(6) }} - makedirs: True - show_changes: True - follow_symlinks: True