ソースを参照

docs(uyuni): add metadata and form yaml files

Uyuni project (susemanager) has the ability to ingest salt-formulas but
in order to do this it requires a metadata folder with metadata.yml and
form.yml

see: https://www.uyuni-project.org/uyuni-docs/uyuni/salt/formulas-custom.html
tags/v1.2.4
Niels Abspoel 3年前
コミット
7a0dbdba58
コミッターのメールアドレスに関連付けられたアカウントが存在しません
2個のファイルの変更42行の追加0行の削除
  1. +39
    -0
      metadata/form.yml
  2. +3
    -0
      metadata/metadata.yml

+ 39
- 0
metadata/form.yml ファイルの表示

@@ -0,0 +1,39 @@
chrony:
$type: namespace

ntpservers:
$type: edit-group
$minItems: 0
$prototype:
$type: text
$help: List of ntpservers
$optional: true
$default:
- '0.us.pool.ntp.org'
- '1.us.pool.ntp.org'
- '2.us.pool.ntp.org'
- '3.us.pool.ntp.org'

pool:
$type: edit-group
$minItems: 0
$prototype:
$type: text
$help: List of pools
$optional: true

allow:
$type: edit-group
$minItems: 0
$prototype:
$type: text
$help: List of allowed networks
$optional: true

otherparams:
$type: edit-group
$minItems: 0
$prototype:
$type: text
$help: chrony parameters like rtcsync
$optional: true

+ 3
- 0
metadata/metadata.yml ファイルの表示

@@ -0,0 +1,3 @@
description:
Enable and configure chrony time daemon
group: general_system_configuration

読み込み中…
キャンセル
保存