Saltstack Official Linux Formula
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

5 行
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 #}