Skip to content

Commit

Permalink
Merge pull request #114 from irtnog/revert-salt_cloud_certs-pillar-lo…
Browse files Browse the repository at this point in the history
…okup

[bugfix] Reverts lookup of salt_cloud_certs to original pillar key, in line with ...
  • Loading branch information
gravyboat committed Mar 31, 2015
2 parents 74d9ce2 + 943d7f2 commit 2247630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/cloud.sls
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2247630

Please sign in to comment.