mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 18:08:42 -05:00
Made adjustments from colinPL
This commit is contained in:
parent
10e507c262
commit
38a184c6f5
1 changed files with 4 additions and 2 deletions
|
|
@ -163,7 +163,9 @@
|
|||
# If set, returns a top-level 'domain' JSON key in POST requests
|
||||
#
|
||||
# - prefix
|
||||
# If set, prefixes all created VMs with this string.
|
||||
# If set, prefixes all created VMs with this string. This should include
|
||||
# a separator.
|
||||
# (optional; default: '')
|
||||
|
||||
# Example:
|
||||
|
||||
|
|
@ -179,7 +181,7 @@
|
|||
- 'created_by'
|
||||
- 'project'
|
||||
domain: 'company.com'
|
||||
prefix: ''
|
||||
prefix: 'poolvm-'
|
||||
|
||||
# :pools:
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue