소스 검색

docs(uyuni): update form.yml with more options

tags/v1.2.4
Niels Abspoel 3 년 전
부모
커밋
a6501ea049
No account linked to committer's email address
1개의 변경된 파일30개의 추가작업 그리고 5개의 파일을 삭제
  1. +30
    -5
      metadata/form.yml

+ 30
- 5
metadata/form.yml 파일 보기

@@ -1,6 +1,26 @@
chrony:
$type: namespace

service:
$name: 'chrony service name'
$type: text
$default: 'chronyd'

logdir:
$name: 'chrony logdir location'
$type: text
$default: '/var/log/chrony'

keyfile:
$name: 'chrony keyfile location'
$type: text
$default: '/etc/chrony.keys'

driftfile:
$name: 'chrony driftfile location'
$type: text
$default: '/var/lib/chrony/drift'

ntpservers:
$type: edit-group
$minItems: 0
@@ -8,11 +28,6 @@ chrony:
$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
@@ -30,10 +45,20 @@ chrony:
$help: List of allowed networks
$optional: true

options:
$type: text
$name: chrony server options
default: iburst
$help: set the options chrony should use with the servers like iburst
$optional: true

otherparams:
$type: edit-group
$minItems: 0
$prototype:
$type: text
$help: chrony parameters like rtcsync
$default:
- 'makestep 1.0 3'
- 'rtcsync'
$optional: true

Loading…
취소
저장