mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Added prefix parameter to the vmpooler configuration
This commit is contained in:
parent
ad4e760f56
commit
10e507c262
3 changed files with 6 additions and 1 deletions
|
|
@ -32,6 +32,7 @@ module Vmpooler
|
|||
parsed_config[:config]['task_limit'] ||= 10
|
||||
parsed_config[:config]['vm_checktime'] ||= 15
|
||||
parsed_config[:config]['vm_lifetime'] ||= 24
|
||||
parsed_config[:config]['prefix'] ||= ''
|
||||
|
||||
# Create an index of pool aliases
|
||||
parsed_config[:pools].each do |pool|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue