Default NtpPool to an empty list

This way we have the same default as we always have, with only the ntp
server set.

Change-Id: I8a0d8b2f333154e2e881ca788689c2d9f564b224
This commit is contained in:
Juan Antonio Osorio Robles 2018-11-29 20:19:33 +02:00
parent b6b4201be1
commit 126991516a
1 changed files with 3 additions and 7 deletions

View File

@ -40,13 +40,9 @@ parameters:
not configuring this parameter by default.
type: comma_delimited_list
NtpPool:
default: ['pool.ntp.org']
description: NTP pool list. Defaulted to pool.ntp.org in order to
have a sane default for Pacemaker deployments when
not configuring this parameter by default. If configured,
NtpPool takes precedence over NtpServer when using NtpPool.
Set to [] if you wish to only use the NtpServer configuration
and ignore the NtpPool option.
default: []
description: NTP pool list. Defaults to [], so only NtpServer is used by
default.
type: comma_delimited_list
ChronyGlobalServerOptions:
default: ''