rename prime_skiplist to warm_thrusters

This commit is contained in:
Oliver Gorwits
2017-05-28 18:48:58 +01:00
parent 9ac2662182
commit 5daf1805c7
3 changed files with 8 additions and 10 deletions

View File

@@ -19,7 +19,7 @@ our @EXPORT_OK = qw/
jq_getsomep
jq_locked
jq_queued
jq_prime_skiplist
jq_warm_thrusters
jq_lock
jq_defer
jq_complete
@@ -114,7 +114,7 @@ sub _get_denied_actions {
return @badactions;
}
sub jq_prime_skiplist {
sub jq_warm_thrusters {
$fqdn ||= (hostfqdn || 'localhost');
my @devices = schema('netdisco')->resultset('Device')->all;
my $rs = schema('netdisco')->resultset('DeviceSkip');