File tree 2 files changed +11
-6
lines changed
2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
- ntp::package_name : [ 'SUNWntpr', 'SUNWntpu' ]
1
+ ntp::config : ' /etc/inet/ntp.conf'
2
+ ntp::driftfile : ' /var/ntp/ntp.drift'
3
+ ntp::keys_file : ' /etc/inet/ntp.keys'
4
+ ntp::package_name : [ 'service/network/ntp' ]
2
5
ntp::restrict :
3
- - ' default nomodify notrap nopeer noquery'
6
+ - ' default kod nomodify notrap nopeer noquery'
7
+ - ' -6 default kod nomodify notrap nopeer noquery'
4
8
- ' 127.0.0.1'
9
+ - ' -6 ::1'
10
+ ntp::service_name : ' network/ntp'
11
+ ntp::iburst_enable : false
Original file line number Diff line number Diff line change 1
1
ntp::config : ' /etc/inet/ntp.conf'
2
2
ntp::driftfile : ' /var/ntp/ntp.drift'
3
3
ntp::keys_file : ' /etc/inet/ntp.keys'
4
- ntp::package_name : [ 'service/network/ntp ' ]
4
+ ntp::package_name : [ 'SUNWntpr', 'SUNWntpu ' ]
5
5
ntp::restrict :
6
- - ' default kod nomodify notrap nopeer noquery'
7
- - ' -6 default kod nomodify notrap nopeer noquery'
6
+ - ' default nomodify notrap nopeer noquery'
8
7
- ' 127.0.0.1'
9
- - ' -6 ::1'
10
8
ntp::service_name : ' network/ntp'
11
9
ntp::iburst_enable : false
You can’t perform that action at this time.
0 commit comments