mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -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
|
|
@ -161,6 +161,9 @@
|
|||
#
|
||||
# - domain
|
||||
# If set, returns a top-level 'domain' JSON key in POST requests
|
||||
#
|
||||
# - prefix
|
||||
# If set, prefixes all created VMs with this string.
|
||||
|
||||
# Example:
|
||||
|
||||
|
|
@ -176,6 +179,7 @@
|
|||
- 'created_by'
|
||||
- 'project'
|
||||
domain: 'company.com'
|
||||
prefix: ''
|
||||
|
||||
# :pools:
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue