Skip to content

Commit 9572af1

Browse files
authored
Merge pull request #360 from pearcec/master
Reverse Solaris-11 and Solaris transpose fix
2 parents 3ee8cae + 8a82c5f commit 9572af1

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

data/Solaris-11.yaml

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
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' ]
25
ntp::restrict:
3-
- 'default nomodify notrap nopeer noquery'
6+
- 'default kod nomodify notrap nopeer noquery'
7+
- '-6 default kod nomodify notrap nopeer noquery'
48
- '127.0.0.1'
9+
- '-6 ::1'
10+
ntp::service_name: 'network/ntp'
11+
ntp::iburst_enable: false

data/Solaris.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
ntp::config: '/etc/inet/ntp.conf'
22
ntp::driftfile: '/var/ntp/ntp.drift'
33
ntp::keys_file: '/etc/inet/ntp.keys'
4-
ntp::package_name: [ 'service/network/ntp' ]
4+
ntp::package_name: [ 'SUNWntpr', 'SUNWntpu' ]
55
ntp::restrict:
6-
- 'default kod nomodify notrap nopeer noquery'
7-
- '-6 default kod nomodify notrap nopeer noquery'
6+
- 'default nomodify notrap nopeer noquery'
87
- '127.0.0.1'
9-
- '-6 ::1'
108
ntp::service_name: 'network/ntp'
119
ntp::iburst_enable: false

0 commit comments

Comments
 (0)