Skip to content

Commit e146857

Browse files
authored
Merge pull request #103 from cthorn42/maint/master/add_vmpooler_fallback_to_service_check
(maint) Add vmpooler_fallback to the get service check
2 parents 3ce0222 + 5c8aa13 commit e146857

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/vmfloaty/utils.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ def self.get_service_config(config, options)
254254
'url' => config['url'],
255255
'user' => config['user'],
256256
'token' => config['token'],
257+
'vmpooler_fallback' => config['vmpooler_fallback'],
257258
'type' => config['type'] || 'vmpooler',
258259
}
259260

0 commit comments

Comments
 (0)