Split intro docs for cmd_yamlex pillar into shorter lines.

This commit is contained in:
rallytime 2018-09-18 09:34:00 -04:00
parent c4cbe5b90e
commit 02b2d544c0
No known key found for this signature in database
GPG key ID: E8F1A4B90D0DEA19

View file

@ -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