openssh-formula/openssh/moduli.sls
2015-07-02 19:09:41 +02:00

9 lines
228 B
Plaintext

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