When setting up a hook, I want this one to apply to all non discovered hosts regardless of if they are managed or not, I was trying to use host/base which host/managed inherits. In this scenario, it appears that host/base is not called. Specifically, I'm using after_destroy. Is this intentional? If so is there a way to setup a hook for all hosts or is it suggested to symlink to multiple paths host/base and host/managed?
When setting up a hook, I want this one to apply to all non discovered hosts regardless of if they are managed or not, I was trying to use
host/base
whichhost/managed
inherits. In this scenario, it appears thathost/base
is not called. Specifically, I'm usingafter_destroy
. Is this intentional? If so is there a way to setup a hook for all hosts or is it suggested to symlink to multiple pathshost/base
andhost/managed
?