mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
15 lines
387 B
YAML
15 lines
387 B
YAML
![]() |
$schema: http://json-schema.org/schema#
|
||
|
title: Manifest schema for the debconf plugin
|
||
|
type: object
|
||
|
properties:
|
||
|
plugins:
|
||
|
type: object
|
||
|
properties:
|
||
|
debconf:
|
||
|
name: Debconf selections to set
|
||
|
description: >-
|
||
|
This value should be an inline string in the
|
||
|
input format of debconf-set-selections(1).
|
||
|
type: string
|
||
|
required: [debconf]
|