redo user management; add /etc/hosts

This commit is contained in:
root
2020-05-15 00:07:44 -04:00
parent 3aae5c63e3
commit 318b98e75e
10 changed files with 116 additions and 93 deletions

View File

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