Explorar el Código

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 hace 9 años
padre
commit
943d7f2dc1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      salt/cloud.sls

+ 1
- 1
salt/cloud.sls Ver fichero

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

Cargando…
Cancelar
Guardar