Niels Abspoel
3 år sedan
förälder
incheckning
7a0dbdba58
Inget konto är kopplat till bidragsgivarens mejladress
2 ändrade filer med
42 tillägg och
0 borttagningar
-
metadata/form.yml
-
metadata/metadata.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 |
|
|
@@ -0,0 +1,3 @@ |
|
|
|
description: |
|
|
|
Enable and configure chrony time daemon |
|
|
|
group: general_system_configuration |