37ecfd72d1e8d0e73ba4f69110310ad2785494d9
[genesis.git] / fuel / build / f_ntp / puppet / modules / opnfv / templates / ntp.conf.controller.erb
1 ##############################################################################
2 # Copyright (c) 2015 Ericsson AB and others.
3 # stefan.k.berg@ericsson.com
4 # jonas.bjurel@ericsson.com
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
10
11 tinker panic 0
12 driftfile /var/lib/ntp/ntp.drift
13 statistics loopstats peerstats clockstats
14 filegen loopstats file loopstats type day enable
15 filegen peerstats file peerstats type day enable
16 filegen clockstats file clockstats type day enable
17 restrict -4 default kod notrap nomodify nopeer noquery
18 restrict -6 default kod notrap nomodify nopeer noquery
19 restrict 127.0.0.1
20 restrict ::1
21 <%= @file_content %>