Merge pull request #45 from pcdummy/master

Use iteritems() instead of items().
This commit is contained in:
Forrest 2015-07-13 12:48:25 -07:00
commit 1af5151bc9
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ include:
{%- from "openssh/map.jinja" import openssh with context -%}
{%- set openssh_pillar = pillar.get('openssh', {}) -%}
{%- set auth = openssh_pillar.get('auth', {}) -%}
{%- for identifier,keys in auth.items() -%}
{%- for identifier,keys in auth.iteritems() -%}
{%- for key in keys -%}
{% if 'present' in key and key['present'] %}
{{ print_name(identifier, key) }}: