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 ...
This commit is contained in:
Forrest 2015-03-30 19:19:57 -07:00
commit 2247630ac8
1 changed files with 1 additions and 1 deletions

View File

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