Merge pull request #37718 from terminalmage/docs

Fix incorrectly-formatted RST
This commit is contained in:
Mike Place 2016-11-16 08:21:08 +00:00 committed by GitHub
commit f417dbbe99
2 changed files with 3 additions and 2 deletions

View file

@ -143,7 +143,8 @@ def install(feature, recurse=False, source=None, restart=False, exclude=None):
:param str exclude: The name of the feature to exclude when installing the
named feature.
..note:: As there is no exclude option for the ``Add-WindowsFeature``
.. note::
As there is no exclude option for the ``Add-WindowsFeature``
command, the feature will be installed with other sub-features and
will then be removed.

View file

@ -3,7 +3,7 @@
Installation of packages using OS package managers such as yum or apt-get
=========================================================================
..note::
.. note::
On minions running systemd>=205, as of version 2015.8.12, 2016.3.3, and
Carbon, `systemd-run(1)`_ is now used to isolate commands which modify
installed packages from the ``salt-minion`` daemon's control group. This is