Ensure a DNS record is present or absent utilizing RFC 2136 type dynamic updates. Requires dnspython module.
webserver:
ddns.present:
- zone: example.com
- ttl: 60
Ensures that the named DNS record is absent.
Ensures that the named DNS record is present with the given ttl.
Current Salt release: 2014.1.6
Docs for previous releases on salt.rtfd.org.