mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #37718 from terminalmage/docs
Fix incorrectly-formatted RST
This commit is contained in:
commit
f417dbbe99
2 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue