Browse Source

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

tags/v1.2.4
Niels Abspoel 3 years ago
parent
commit
a6501ea049
No account linked to committer's email address
1 changed files with 30 additions and 5 deletions
  1. +30
    -5
      metadata/form.yml

+ 30
- 5
metadata/form.yml View File

chrony: chrony:
$type: namespace $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: ntpservers:
$type: edit-group $type: edit-group
$minItems: 0 $minItems: 0
$type: text $type: text
$help: List of ntpservers $help: List of ntpservers
$optional: true $optional: true
$default:
- '0.us.pool.ntp.org'
- '1.us.pool.ntp.org'
- '2.us.pool.ntp.org'
- '3.us.pool.ntp.org'


pool: pool:
$type: edit-group $type: edit-group
$help: List of allowed networks $help: List of allowed networks
$optional: true $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: otherparams:
$type: edit-group $type: edit-group
$minItems: 0 $minItems: 0
$prototype: $prototype:
$type: text $type: text
$help: chrony parameters like rtcsync $help: chrony parameters like rtcsync
$default:
- 'makestep 1.0 3'
- 'rtcsync'
$optional: true $optional: true

Loading…
Cancel
Save