Skip to content
This repository has been archived by the owner. It is now read-only.

Version 2016.10.1

Compare
Choose a tag to compare
@basepi basepi released this 12 Oct 22:54
· 13 commits to master since this release

Windows

  • Rename win_notify to win_pulsar. (However, __virtualname__ resolves just to pulsar, same as Linux.)
  • Add support for returners in win_pulsar, including batch support

Linux

  • Spin up returners in separate processes, to make sure they don't hang the salt-minion (NOTE: This is not working on win_pulsar yet)
  • Rename refresh_frequency to refresh_interval and set to 300 seconds by default
  • Only refresh file watches every refresh_interval to keep CPU use low. Note that auto_add: True should be used, or else events may be missed.
  • Add more verbose logging
  • Remove /var, add /opt with some excludes