mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Fix incorrectly-formatted RST
This commit is contained in:
parent
a01b66556f
commit
23b8b2a3f4
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user