mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Add 'domain' config example
This commit is contained in:
parent
56edfda848
commit
e516ddc0b0
1 changed files with 4 additions and 0 deletions
|
|
@ -98,6 +98,9 @@
|
|||
# - vm_lifetime
|
||||
# How long (in hours) to keep VMs in 'running' queues before destroying.
|
||||
# (optional; default: '24')
|
||||
#
|
||||
# - domain
|
||||
# If set, returns a top-level 'domain' JSON key in POST requests
|
||||
|
||||
# Example:
|
||||
|
||||
|
|
@ -107,6 +110,7 @@
|
|||
task_limit: 10
|
||||
vm_checktime: 15
|
||||
vm_lifetime: 12
|
||||
domain: 'company.com'
|
||||
|
||||
# :pools:
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue