Skip to content
Snippets Groups Projects
Commit 2247630a authored by Forrest's avatar Forrest
Browse files

Merge pull request #114 from irtnog/revert-salt_cloud_certs-pillar-lookup

[bugfix] Reverts lookup of salt_cloud_certs to original pillar key, in line with ...
parents 74d9ce2a 943d7f2d
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ salt-cloud:
- makedirs: True
{% endfor %}
{% for cert in salt_settings.salt_cloud_certs %}
{% for cert in pillar.get('salt_cloud_certs', {}) %}
{% for type in ['pem'] %}
cloud-cert-{{ cert }}-pem:
file.managed:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment