mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
extended documentation about dependencies
`dig` command line tool is required for this module to be loaded (see `__virtual__()`)
This commit is contained in:
parent
4d929071e1
commit
287f8f76e3
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
'''
|
||||
Compendium of generic DNS utilities
|
||||
Compendium of generic DNS utilities.
|
||||
You'll need to have the `dig` command line tool installed in order
|
||||
to use this module.
|
||||
'''
|
||||
from __future__ import absolute_import
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue