Skip to content
Snippets Groups Projects
Commit 943d7f2d authored by Matthew X. Economou's avatar Matthew X. Economou
Browse files

Reverts lookup of salt_cloud_certs to original pillar key, in line with...

Reverts lookup of salt_cloud_certs to original pillar key, in line with existing documentation and the certificate template file.

Please refer to issue https://github.com/saltstack-formulas/salt-formula/issues/113.
parent 74d9ce2a
Branches
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ salt-cloud: ...@@ -43,7 +43,7 @@ salt-cloud:
- makedirs: True - makedirs: True
{% endfor %} {% endfor %}
{% for cert in salt_settings.salt_cloud_certs %} {% for cert in pillar.get('salt_cloud_certs', {}) %}
{% for type in ['pem'] %} {% for type in ['pem'] %}
cloud-cert-{{ cert }}-pem: cloud-cert-{{ cert }}-pem:
file.managed: file.managed:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment