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

@@ -6,3 +6,6 @@
{% for package in common['packages'] %}
- {{ package|yaml_encode }}
{% endfor %}
{% for package in salt.pillar.get('packages', []) %}
- {{ package|yaml_encode }}
{% endfor %}