mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
This commit updates vmpooler to set configuration values received via environment variables to integer values when an integer value is expected. Without this change vmpooler does not support setting integer values via environment variables. Additionally, testing is added for configuring vmpooler via environment variables. To support this testing the gem climate_control is added, which allows for testing environment variables without those set variables leaking to other tests. |
||
|---|---|---|
| .. | ||
| api | ||
| providers | ||
| env_config.rb | ||
| generic_connection_pool_spec.rb | ||
| pool_manager_spec.rb | ||
| providers_spec.rb | ||
| vmpooler_spec.rb | ||