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.
This commit is contained in:
Matthew X. Economou 2015-03-30 13:54:50 -04:00
parent 74d9ce2a01
commit 943d7f2dc1
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: