mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Make note of dig partial requirement.
This commit is contained in:
parent
08e7d8351a
commit
4cb51bd03a
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
'''
|
||||
Compendium of generic DNS utilities
|
||||
Compendium of generic DNS utilities.
|
||||
|
||||
.. note:
|
||||
Some functions in the `dnsutil` execution module depend on `dig`.
|
||||
'''
|
||||
from __future__ import absolute_import
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue