mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-25 21:28:40 -05:00
(maint) Add vmpooler_fallback to the get service check
Previously the vmpooler_fallback setting was not being recognizied, this PR will fix it.
This commit is contained in:
parent
1e81c78a5b
commit
5c8aa13081
1 changed files with 1 additions and 0 deletions
|
|
@ -254,6 +254,7 @@ class Utils
|
|||
'url' => config['url'],
|
||||
'user' => config['user'],
|
||||
'token' => config['token'],
|
||||
'vmpooler_fallback' => config['vmpooler_fallback'],
|
||||
'type' => config['type'] || 'vmpooler',
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue