mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
(POOLER-157) Add extra_config option to vmpooler
This commit adds the extra_config option to vmpooler to allow specifying additional configuration files to load from. Without this change vmpooler does not offer a mechanism to provide additional configuration files for the application.
This commit is contained in:
parent
dfa2f8620a
commit
8bb89b604d
5 changed files with 27 additions and 5 deletions
|
|
@ -176,6 +176,13 @@ https://jenkins.example.com/job/platform\_puppet-agent-extra\_puppet-agent-integ
|
|||
Expects a boolean value
|
||||
(optional; default: false)
|
||||
|
||||
### EXTRA\_CONFIG
|
||||
|
||||
Specify additional application configuration files
|
||||
The argument can accept a full path to a file, or multiple files comma separated.
|
||||
Expects a string value
|
||||
(optional)
|
||||
|
||||
## API options <a name="API"></a>
|
||||
|
||||
### AUTH\_PROVIDER
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue