Saltstack Official OpenSSH 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.

banner.sls 205B

12345678910
  1. {% from "openssh/map.jinja" import openssh with context %}
  2. include:
  3. - openssh
  4. sshd_banner:
  5. file.managed:
  6. - name: {{ openssh.banner }}
  7. - source: {{ openssh.banner_src }}
  8. - template: jinja