diff --git a/docs/rolereference.rst b/docs/rolereference.rst index c48bb85ca642681c6eb7ed424a9cc8c19d41ba0e..c097259fa0f02cb4bf7158eaba635f14b8e6ce46 100644 --- a/docs/rolereference.rst +++ b/docs/rolereference.rst @@ -290,7 +290,7 @@ The role implements the following: available. Script is run via cronjob on daily basis, and any output will be delivered to local ``root`` user. * Optionally configures time synchronisation using NTP (if - ``ntp_servers`` parameter is set). + ``ntp_pools`` parameter is set). Role dependencies @@ -404,13 +404,13 @@ Parameters connect to the server when in maintenance mode. Subnets can be specified as well. -**ntp_servers** (list, optional, ``[]``) - List of NTP servers to use for synchronising the time on managed +**ntp_pools** (list, optional, ``[]``) + List of NTP pools to use for synchronising the time on managed machine using NTP. If no time synchronisation should be set-up, set to empty list. Default is not to configure time synchronisation. If setting this parameter, it is recommended to set the list of - servers to list shipped by default Debian configuration:: + pools to list shipped by default Debian configuration:: - "0.debian.pool.ntp.org" - "1.debian.pool.ntp.org"