mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Added note clarifying when dnspython is not required
This commit is contained in:
parent
5c4cbbb572
commit
0b1fdf7e21
1 changed files with 6 additions and 1 deletions
|
@ -8,6 +8,11 @@ type dynamic updates.
|
|||
|
||||
:depends: - `dnspython <http://www.dnspython.org/>`_
|
||||
|
||||
.. note::
|
||||
The ``dnspython`` module is required when managing DDNS using a TSIG key.
|
||||
If you are not using a TSIG key, DDNS is allowed by ACLs based on IP
|
||||
address and the ``dnspython`` module is not required.
|
||||
|
||||
Example:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
@ -18,7 +23,7 @@ Example:
|
|||
- ttl: 60
|
||||
- data: 111.222.333.444
|
||||
- nameserver: 123.234.345.456
|
||||
- keyfile: /srv/salt/dnspython_key.txt
|
||||
- keyfile: /srv/salt/dnspy_tsig_key.txt
|
||||
'''
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue