mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -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
|
# If set, returns a top-level 'domain' JSON key in POST requests
|
||||||
#
|
#
|
||||||
# - prefix
|
# - 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:
|
# Example:
|
||||||
|
|
||||||
|
|
@ -179,7 +181,7 @@
|
||||||
- 'created_by'
|
- 'created_by'
|
||||||
- 'project'
|
- 'project'
|
||||||
domain: 'company.com'
|
domain: 'company.com'
|
||||||
prefix: ''
|
prefix: 'poolvm-'
|
||||||
|
|
||||||
# :pools:
|
# :pools:
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue