mirror of
https://github.com/saltstack-formulas/apache-formula.git
synced 2025-04-17 10:10:26 +00:00
replace iteritems with items
This commit is contained in:
parent
f1514dab84
commit
fe9407df47
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue