mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
add state mock to 2015.8.4 release notes
This commit is contained in:
parent
54b9641330
commit
934de30939
1 changed files with 18 additions and 0 deletions
18
doc/topics/releases/2015.8.4.rst
Normal file
18
doc/topics/releases/2015.8.4.rst
Normal file
|
@ -0,0 +1,18 @@
|
|||
===========================
|
||||
Salt 2015.8.4 Release Notes
|
||||
===========================
|
||||
|
||||
Core Changes
|
||||
============
|
||||
|
||||
- Added option ``mock=True`` for ``state.sls`` and ``state.highstate``. This
|
||||
allows the salt state compiler to process sls data in a state run without
|
||||
actually calling the state functions, thus providing feedback on the validity
|
||||
of the arguments used for the functions beyond the preprocessing validation
|
||||
provided by ``state.show_sls`` (:issue:`30118` and :issue:`30189`).
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
salt '*' state.sls core,edit.vim mock=True
|
||||
salt '*' state.highstate mock=True
|
||||
salt '*' state.apply edit.vim mock=True
|
Loading…
Add table
Reference in a new issue