소스 검색

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…
취소
저장