change stage to phase
This commit is contained in:
@@ -30,7 +30,7 @@ immediately queued (subject to the filtering by the C<discover_*> settings).
|
||||
|
||||
=cut
|
||||
|
||||
register_worker({ stage => 'main', driver => 'snmp' }, sub {
|
||||
register_worker({ phase => 'main', driver => 'snmp' }, sub {
|
||||
my ($job, $workerconf) = @_;
|
||||
|
||||
my $device = $job->device;
|
||||
|
||||
Reference in New Issue
Block a user