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.

init.sls 228B

1234567
  1. {% for filename in ["named.conf", "named.conf.local", "rndc.conf"] %}
  2. bind9-config-{{ filename }}:
  3. file.managed:
  4. - name: /etc/bind/{{ filename }}
  5. - source: salt://bind/{{ filename }}
  6. - template: jinja
  7. {% endfor %}