Fix incorrectly-formatted RST

This commit is contained in:
Erik Johnson 2016-11-15 22:09:32 -06:00
parent a01b66556f
commit 23b8b2a3f4
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