Making salt.pillar.puppet python3 compatible

This commit is contained in:
Nitin Madhok 2014-11-11 16:51:45 -05:00
parent 37e14853b4
commit bc2d69f1a0

View File

@ -2,6 +2,7 @@
''' '''
Execute an unmodified puppet_node_classifier and read the output as YAML. The YAML data is then directly overlaid onto the minion's Pillar data. Execute an unmodified puppet_node_classifier and read the output as YAML. The YAML data is then directly overlaid onto the minion's Pillar data.
''' '''
from __future__ import absolute_import
# Don't "fix" the above docstring to put it on two lines, as the sphinx # Don't "fix" the above docstring to put it on two lines, as the sphinx
# autosummary pulls only the first line for its description. # autosummary pulls only the first line for its description.