replace iteritems with itemsmaster
include: | include: | ||||
- apache | - 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 %} | {% if confcert.SSLCertificateKeyFile is defined and confcert.SSLCertificateKeyFile_content is defined %} | ||||
# Deploy {{ site }} key file | # Deploy {{ site }} key file |