mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Split intro docs for cmd_yamlex pillar into shorter lines.
This commit is contained in:
parent
c4cbe5b90e
commit
02b2d544c0
1 changed files with 4 additions and 6 deletions
|
@ -1,14 +1,12 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
'''
|
||||
Execute a command and read the output as YAMLEX. The YAMLEX data is then directly overlaid onto the minion's Pillar data
|
||||
Execute a command and read the output as YAMLEX.
|
||||
|
||||
The YAMLEX data is then directly overlaid onto the minion's Pillar data
|
||||
'''
|
||||
|
||||
# Don't "fix" the above docstring to put it on two lines, as the sphinx
|
||||
# autosummary pulls only the first line for its description.
|
||||
|
||||
from __future__ import absolute_import
|
||||
|
||||
# Import python libs
|
||||
from __future__ import absolute_import
|
||||
import logging
|
||||
|
||||
# Import salt libs
|
||||
|
|
Loading…
Add table
Reference in a new issue