This commit is contained in:
root
2020-05-09 00:19:38 -04:00
parent e4b87cb50b
commit fc2ea8f76b
19 changed files with 182 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
# Managed by Salt
{% set comments = pillar['authorized_keys'].keys()|sort -%}
{% set comments = pillar['global_authorized_keys'].keys()|sort -%}
{% for comment in comments -%}
{% set keydata = pillar['authorized_keys'][comment] -%}
{% set keydata = pillar['global_authorized_keys'][comment] -%}
{{keydata}} {{comment}}
{% endfor -%}