Add documentation note in inotify beacon

This commit is contained in:
Mike Place 2015-10-26 12:01:21 -06:00 committed by rallytime
parent 40217fe813
commit dbbd53689d

View file

@ -6,7 +6,9 @@ Watch files and translate the changes into salt events
:Caution: Using generic mask options like open, access, ignored, and
closed_nowrite with reactors can easily cause the reactor
to loop on itself.
to loop on itself. To mitigate this behavior, consider
setting the `disable_during_state_run` flag to `True` in
the beacon configuration.
'''
# Import Python libs