Merge pull request #28454 from sdm24/fix-formatting-in-nodegroup-docs

Fixed nodegroup doc formatting to correctly link to pillar_opts in the master config
This commit is contained in:
Mike Place 2015-11-02 08:14:40 -07:00
commit 1116798f21

View file

@ -71,7 +71,7 @@ nodegroup`` on the line directly following the nodegroup name.
Using Nodegroups in SLS files
=============================
To use Nodegroups in Jinja logic for SLS files, the :conf_master:'pillar_opts' option in
To use Nodegroups in Jinja logic for SLS files, the :conf_master:`pillar_opts` option in
``/etc/salt/master`` must be set to "True". This will pass the master's configuration as
Pillar data to each minion.