mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
25 lines
447 B
YAML
25 lines
447 B
YAML
![]() |
---
|
||
|
$schema: http://json-schema.org/draft-04/schema#
|
||
|
title: Vagrant plugin manifest
|
||
|
type: object
|
||
|
properties:
|
||
|
provider:
|
||
|
type: object
|
||
|
properties:
|
||
|
name:
|
||
|
type: string
|
||
|
enum: [virtualbox]
|
||
|
system:
|
||
|
required: [hostname]
|
||
|
volume:
|
||
|
type: object
|
||
|
properties:
|
||
|
backing:
|
||
|
type: string
|
||
|
enum: [vmdk]
|
||
|
required: [backing]
|
||
|
plugins:
|
||
|
type: object
|
||
|
properties:
|
||
|
vagrant: {type: object}
|