remove job type knowledge from code into config

This commit is contained in:
Oliver Gorwits
2014-04-24 21:01:26 +01:00
parent 6eefcf648b
commit b4b5cce00a
5 changed files with 40 additions and 49 deletions

View File

@@ -19,7 +19,7 @@ use Dancer qw/:moose :script/;
warning sprintf "App::Netdisco %s backend", ($App::Netdisco::VERSION || 'HEAD');
# callbacks and local job queue management
use App::Netdisco::Daemon::Queue ':all';
use App::Netdisco::Daemon::LocalQueue ':all';
# needed to quench AF_INET6 symbol errors
use NetAddr::IP::Lite ':lower';