New version of salt-formula from Saltstack
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.

dns_static.sls 177B

12345
  1. send_dns_static_event:
  2. event.send:
  3. - name: dns/static/records
  4. - records: {{ pillar.salt.minion.get('dns_static', {}) }}
  5. - ddns: {{ pillar.salt.minion.get('ddns', {}) }}