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