From cb14a8660ecbc18fad45a0f80b2def6f8660b1a5 Mon Sep 17 00:00:00 2001 From: Thomas S Hatch Date: Tue, 21 Oct 2014 16:37:34 -0600 Subject: [PATCH] fix docs for mod_aggregate per #16575 --- doc/ref/states/aggregate.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/ref/states/aggregate.rst b/doc/ref/states/aggregate.rst index 95b602afc5..37d1acac4c 100644 --- a/doc/ref/states/aggregate.rst +++ b/doc/ref/states/aggregate.rst @@ -28,8 +28,9 @@ How to Use it .. note:: - Since this option changes the basic behavior of the state runtime states - should be executed in + Since this option changes the basic behavior of the state runtime, after + it is enabled states should be executed using `test=True` to ensure that + the desired behavior is preserved. Since this behavior can dramatically change the flow of configuration management inside of Salt it is disabled by default. But enabling it is easy.