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.
|
- {%- from "linux/map.jinja" import system with context -%}
- {%- for motd in system.motd -%}
- {%- if loop.index == index -%}
- {%- for name, value in motd.iteritems() -%}
- {%- if name == motd_name -%}{{ value }}{%- endif %}
- {%- endfor -%}
- {%- endif -%}
- {%- endfor -%}
|