theforeman / foreman_hooks

Run custom hook scripts on Foreman events
http://m0dlx.com/blog/Extending_Foreman_quickly_with_hook_scripts.html
GNU General Public License v3.0
56 stars 50 forks source link

Python hooks #41

Closed tchellomello closed 7 years ago

tchellomello commented 7 years ago

This PR adds a hook examples written in Python.

tchellomello commented 7 years ago

@domcleal directory changed. Please let me know if you anything else is needed.

domcleal commented 7 years ago

Could you also remove the extended examples please? I'd prefer to only ship a basic one, I don't want to be handling PRs for the specific examples (like PPC, MS DNS etc).

tchellomello commented 7 years ago

@domcleal PR updated. I understand your point but it would be nice to have an area on this repository (or another) where the community would keep the scripts and other examples using foreman hooks.

Thanks @domcleal

domcleal commented 7 years ago

Merged, thanks @tchellomello. I don't wish to collect or maintain any scripts within this repo beyond very basic per-language outlines, but please do publish yours on GitHub or similar for others to use.