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

11 行
233B

  1. {%- from "linux/map.jinja" import banner with context %}
  2. {%- if banner.get('enabled', False) %}
  3. /etc/issue:
  4. file.managed:
  5. - user: root
  6. - group: root
  7. - mode: 644
  8. - contents_pillar: linux:system:banner:contents
  9. {%- endif %}