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

Provide a way to override rable path #52

Closed jlsherrill closed 6 years ago

jlsherrill commented 6 years ago

If a plugin provides some model that does not provide rabl files at the expected path, foreman_hooks will not be able to render it properly. Ideally it would be able to detect this, but providing the ability to override it seemed like the simplest solution.

jdshewey commented 6 years ago

Fixes #22070

sean797 commented 6 years ago

Merged. Thanks @jlsherrill :+1: