cloudapi: enable masked services
Extend the cloudapi to accept masked systemd services as a customization.
This commit is contained in:
parent
f6b76cce31
commit
c480d79e95
4 changed files with 192 additions and 171 deletions
|
|
@ -1819,6 +1819,13 @@ components:
|
|||
items:
|
||||
type: string
|
||||
example: "firewalld"
|
||||
masked:
|
||||
description: List of services to mask by default
|
||||
type: array
|
||||
minItems: 1
|
||||
items:
|
||||
type: string
|
||||
example: "telnetd"
|
||||
Timezone:
|
||||
type: object
|
||||
description: Timezone configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue