mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 18:08:42 -05:00
Fixup for undefined redis[server] config param
This commit is contained in:
parent
5b1f946a3b
commit
d0881ca4d3
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ end
|
|||
# Set some defaults
|
||||
$config[:config]['task_limit'] ||= 10
|
||||
$config[:config]['vm_lifetime'] ||= 24
|
||||
$config[:redis] ||= Hash.new
|
||||
$config[:redis]['server'] ||= 'localhost'
|
||||
|
||||
# Connect to Redis
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue