Selaa lähdekoodia

replace iteritems with items

master
Niels Abspoel 6 vuotta sitten
vanhempi
commit
fe9407df47
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      apache/certificates.sls

+ 1
- 1
apache/certificates.sls Näytä tiedosto

@@ -3,7 +3,7 @@
include:
- apache

{%- for site, confcert in salt['pillar.get']('apache:sites', {}).iteritems() %}
{%- for site, confcert in salt['pillar.get']('apache:sites', {}).items() %}

{% if confcert.SSLCertificateKeyFile is defined and confcert.SSLCertificateKeyFile_content is defined %}
# Deploy {{ site }} key file

Loading…
Peruuta
Tallenna