Support for expire_devices, expire_nodes, and expire_nodes_archive

This commit is contained in:
Oliver Gorwits
2013-12-29 19:29:59 +00:00
parent cfb04e98d1
commit 183bf81cc6
11 changed files with 114 additions and 23 deletions

View File

@@ -75,6 +75,7 @@ if (!length $action) {
with 'App::Netdisco::Daemon::Worker::Poller::Device';
with 'App::Netdisco::Daemon::Worker::Poller::Arpnip';
with 'App::Netdisco::Daemon::Worker::Poller::Macsuck';
with 'App::Netdisco::Daemon::Worker::Poller::Expiry';
with 'App::Netdisco::Daemon::Worker::Interactive::DeviceActions';
with 'App::Netdisco::Daemon::Worker::Interactive::PortActions';
}