establish "artificial" settings all caps convention

This commit is contained in:
Oliver Gorwits
2017-06-24 11:18:15 +01:00
parent 7dddf743e5
commit 818f268786
2 changed files with 10 additions and 10 deletions

View File

@@ -29,7 +29,7 @@ BEGIN {
# this can take a few seconds - only do it once
use Net::Domain 'hostfqdn';
info 'resolving backend hostname...';
setting('workers')->{'backend'} ||= (hostfqdn || 'fqdn-undefined');
setting('workers')->{'BACKEND'} ||= (hostfqdn || 'fqdn-undefined');
}
use App::Netdisco::Util::Backend;