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.

9 lines
228B

  1. {% from "openssh/map.jinja" import openssh with context %}
  2. {% if salt['pillar.get']('openssh:moduli', False) %}
  3. ssh_moduli:
  4. file.managed:
  5. - name: {{ openssh.ssh_moduli }}
  6. - contents_pillar: openssh:moduli
  7. {% endif %}