소스 검색

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.
tags/v0.57.0
Matthew X. Economou 9 년 전
부모
커밋
943d7f2dc1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      salt/cloud.sls

+ 1
- 1
salt/cloud.sls 파일 보기

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

Loading…
취소
저장