From 5c8aa13081a6f00bebc80d56a9f4ec149ae22b3f Mon Sep 17 00:00:00 2001 From: Christopher Thorn Date: Wed, 23 Sep 2020 15:06:24 -0700 Subject: [PATCH] (maint) Add vmpooler_fallback to the get service check Previously the vmpooler_fallback setting was not being recognizied, this PR will fix it. --- lib/vmfloaty/utils.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/vmfloaty/utils.rb b/lib/vmfloaty/utils.rb index a569415..5f43345 100644 --- a/lib/vmfloaty/utils.rb +++ b/lib/vmfloaty/utils.rb @@ -254,6 +254,7 @@ class Utils 'url' => config['url'], 'user' => config['user'], 'token' => config['token'], + 'vmpooler_fallback' => config['vmpooler_fallback'], 'type' => config['type'] || 'vmpooler', }