-
Notifications
You must be signed in to change notification settings - Fork 419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added support for installing pyinotify when using inotify beacons #331
Added support for installing pyinotify when using inotify beacons #331
Conversation
@aboe76 yes, of course. I would be happy to add defaults to all, but I only have access to machines running ubuntu at the moment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm ok with adding this
For Gentoo, the package name is |
@EvaSDK if I merge this you can create the pull request yourself are you ok with that? |
No problem. |
Add pyinotify entry for Gentoo, refs #331
This PR adds support for installing
pynotify
wheninotify
beacons are configured on the minion.pyinotify
is a required dependency for theinotify
beacons to work.The
pyinotify
package name is configurable with thesalt:lookup:pyinotify
pillar value. It will only install the package if the package name is configured and if inotify beacons are used. The default package name is configured for Debian based systems only.