mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Making salt.pillar.puppet python3 compatible
This commit is contained in:
parent
37e14853b4
commit
bc2d69f1a0
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user