mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 13:28:42 -05:00
Rebasing fixed tests
This commit is contained in:
parent
de7d0fdeab
commit
a77ea84092
11 changed files with 217 additions and 111 deletions
|
|
@ -66,7 +66,7 @@ floaty get centos-7-x86_64=2 debian-7-x86_64 windows-10=3 --token mytokenstring
|
|||
|
||||
### vmfloaty dotfile
|
||||
|
||||
If you do not wish to continuely specify various config options with the cli, you can have a dotfile in your home directory for some defaults. For example:
|
||||
If you do not wish to continually specify various config options with the cli, you can have a dotfile in your home directory for some defaults. For example:
|
||||
|
||||
#### Basic configuration
|
||||
|
||||
|
|
@ -132,9 +132,10 @@ services:
|
|||
token: 'nspooler-tokenstring'
|
||||
type: 'nonstandard' # <-- 'type' is necessary for any non-vmpooler service
|
||||
abs:
|
||||
url: 'https://abs.example.net/api/v2'
|
||||
url: 'https://abs.example.net/'
|
||||
token: 'abs-tokenstring'
|
||||
type: 'abs' # <-- 'type' is necessary for any non-vmpooler service
|
||||
|
||||
```
|
||||
|
||||
With this configuration, you could list available OS types from nspooler like this:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue