Saltstack Official Linux Formula
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

9 rindas
257B

  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.items() -%}
  5. {%- if name == motd_name -%}{{ value }}{%- endif %}
  6. {%- endfor -%}
  7. {%- endif -%}
  8. {%- endfor -%}