Skip to content

Commit

Permalink
[3006.x] Clarify that state.apply with no arguments runs a highstate
Browse files Browse the repository at this point in the history
  • Loading branch information
terminalmage committed Feb 13, 2024
1 parent aee4cbc commit a6e4256
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion salt/modules/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,8 @@ def apply_(mods=None, **kwargs):
.. rubric:: APPLYING ALL STATES CONFIGURED IN TOP.SLS (A.K.A. :ref:`HIGHSTATE <running-highstate>`)
To apply all configured states, simply run ``state.apply``:
To apply all configured states, simply run ``state.apply`` with no SLS
targets, like so:
.. code-block:: bash
Expand Down

0 comments on commit a6e4256

Please sign in to comment.