Saltstack Official Linux Formula
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

9 行
261B

  1. {%- from "linux/map.jinja" import system with context -%}
  2. {%- for motd in system.motd -%}
  3. {%- if loop.index == index -%}
  4. {%- for name, value in motd.iteritems() -%}
  5. {%- if name == motd_name -%}{{ value }}{%- endif %}
  6. {%- endfor -%}
  7. {%- endif -%}
  8. {%- endfor -%}