Added support for setting network addresses from where clients can query time.

This commit is contained in:
Timo Mkinen 2012-01-03 15:54:30 +02:00
parent 1a8c48db00
commit 42b916a783
2 changed files with 11 additions and 0 deletions

View file

@ -5,6 +5,10 @@
# $ntp_server:
# Array of NTP servers.
#
# $ntp_client_networks:
# Array of networks that are allowed to query this server in format
# [ "192.168.1.0/255.255.255.0", "192.168.2.0/255.255.255.0", ].
#
class ntpd {
if !$ntp_server {