Saltstack Official Linux Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 line
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 %}