using an exclude list that does not list every operating system leaves open the possability that it would work on those not listed

This commit is contained in:
Thomas "Whytewolf" Phipps 2018-10-10 09:57:46 -07:00
parent 89cbbb63b8
commit b4d9523a17

View file

@ -11,7 +11,6 @@ Watch files and translate the changes into salt events
the beacon configuration.
:note: The `inotify` beacon only works on OSes that have `inotify` kernel support.
Currently this excludes FreeBSD, macOS, and Windows.
'''
# Import Python libs