|
@@ -2525,18 +2525,20 @@ states is cluttering the logs. Set it to True to ignore them.
|
|
|
|
|
|
Default: ``False``
|
|
Default: ``False``
|
|
|
|
|
|
-Automatically aggregate all states that have support for mod_aggregate by
|
|
|
|
-setting to ``True``. Or pass a list of state module names to automatically
|
|
|
|
-aggregate just those types.
|
|
|
|
|
|
+Automatically aggregate all states that have support for ``mod_aggregate`` by
|
|
|
|
+setting to ``True``.
|
|
|
|
|
|
.. code-block:: yaml
|
|
.. code-block:: yaml
|
|
|
|
|
|
- state_aggregate:
|
|
|
|
- - pkg
|
|
|
|
|
|
+ state_aggregate: True
|
|
|
|
+
|
|
|
|
+Or pass a list of state module names to automatically
|
|
|
|
+aggregate just those types.
|
|
|
|
|
|
.. code-block:: yaml
|
|
.. code-block:: yaml
|
|
|
|
|
|
- state_aggregate: True
|
|
|
|
|
|
+ state_aggregate:
|
|
|
|
+ - pkg
|
|
|
|
|
|
.. conf_master:: state_events
|
|
.. conf_master:: state_events
|
|
|
|
|