Bläddra i källkod
Merge pull request #223 from aboe76/python3_support
replace iteritems with items
master
N
6 år sedan
förälder
incheckning
7e0d861e0c
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med
1 tillägg och
1 borttagningar
-
apache/certificates.sls
|
|
@@ -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 |