cloudapi: enable masked services

Extend the cloudapi to accept masked systemd services as a
customization.
This commit is contained in:
Gianluca Zuccarelli 2024-02-22 16:15:49 +00:00 committed by Tomáš Hozza
parent f6b76cce31
commit c480d79e95
4 changed files with 192 additions and 171 deletions

View file

@ -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