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