Merge pull request #103 from cthorn42/maint/master/add_vmpooler_fallback_to_service_check

(maint) Add vmpooler_fallback to the get service check
This commit is contained in:
Gene Liverman 2020-10-09 11:52:24 -04:00 committed by GitHub
commit e146857706
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -254,6 +254,7 @@ class Utils
'url' => config['url'],
'user' => config['user'],
'token' => config['token'],
'vmpooler_fallback' => config['vmpooler_fallback'],
'type' => config['type'] || 'vmpooler',
}