Saltstack Official Linux Formula

5 líneas
157B

  1. # This file is managed by Salt, do not edit
  2. {%- for user_name in users %}
  3. {{ user_name }}
  4. {%- endfor %}
  5. {# IMPORTANT: This file SHOULD ends with a newline #}