mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
variable Previously, there were two ways to configure Vmpooler, either by changing the contents of vmpooler.yaml or by assigning the raw YAML to the VMPOOLER_CONFIG environment variable. This commit adds a new environment variable called VMPOOLER_CONFIG_FILE that can be assigned the name of a config file to use. Also fixes #240 by whitelisting the Symbol class when calling YAML.safe_load in Vmpooler.config.
8 lines
90 B
Text
8 lines
90 B
Text
.vagrant/
|
|
.ruby-version
|
|
Gemfile.lock
|
|
Gemfile.local
|
|
vendor
|
|
/vmpooler.yaml
|
|
.bundle
|
|
coverage
|