mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 18:08:42 -05:00
Allow authorized_keys to be overridden on VM checkout
This commit is contained in:
parent
1b8435a63a
commit
50a12d672e
4 changed files with 24 additions and 0 deletions
|
|
@ -105,6 +105,11 @@
|
|||
#
|
||||
# - domain
|
||||
# If set, returns a top-level 'domain' JSON key in POST requests
|
||||
#
|
||||
# - ssh_key
|
||||
# The path to a private key able to log into pooled VMs. If set, allows a
|
||||
# 'key' parameter to be passed in POST requests to '/vm', overriding root's
|
||||
# default authorized_keys file
|
||||
|
||||
# Example:
|
||||
|
||||
|
|
@ -116,6 +121,7 @@
|
|||
vm_checktime: 15
|
||||
vm_lifetime: 12
|
||||
domain: 'company.com'
|
||||
ssh_key: '/root/.ssh/id_rsa'
|
||||
|
||||
# :pools:
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue