Merge pull request #23725 from rallytime/bp-23691

Backport #23691 to 2015.5
This commit is contained in:
Justin Findlay 2015-05-14 13:32:30 -06:00
commit 137e5eefd0

View file

@ -1,7 +1,24 @@
# -*- coding: utf-8 -*-
'''
Use varstack data as a Pillar source
Use `Varstack <https://github.com/conversis/varstack>`_ data as a Pillar source
Configuring Varstack
====================
Using varstack in Salt is fairly simple. Just put the following into the
config file of your master:
.. code-block:: yaml
ext_pillar:
- varstack: /etc/varstack.yaml
Varstack will then use /etc/varstack.yaml to determine which configuration
data to return as pillar information. From there you can take a look at the
`README <https://github.com/conversis/varstack/blob/master/README.md>`_ of
varstack on how this file is evaluated.
'''
from __future__ import absolute_import
# Import python libs