stash workers within poller instance, and load plugins explicitly

This commit is contained in:
Oliver Gorwits
2017-11-15 22:09:05 +00:00
parent 2431365583
commit 620b3fe544
7 changed files with 106 additions and 66 deletions

View File

@@ -34,7 +34,7 @@ sub _load_web_plugins {
if $plugin !~ m/^\+/;
$plugin =~ s/^\+//;
$ENV{PLUGIN_LOAD_DEBUG} && debug "loading Netdisco plugin $plugin";
$ENV{PLUGIN_LOAD_DEBUG} && debug "loading web plugin $plugin";
Module::Load::load $plugin;
}
}