Преглед на файлове

Merge pull request #223 from aboe76/python3_support

replace iteritems with items
master
N преди 6 години
родител
ревизия
7e0d861e0c
No account linked to committer's email address
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      apache/certificates.sls

+ 1
- 1
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

Loading…
Отказ
Запис