Skip to content

Commit

Permalink
Merge pull request #360 from pearcec/master
Browse files Browse the repository at this point in the history
Reverse Solaris-11 and Solaris transpose fix
  • Loading branch information
tphoney committed Dec 22, 2016
2 parents 3ee8cae + 8a82c5f commit 9572af1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
11 changes: 9 additions & 2 deletions data/Solaris-11.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
ntp::package_name: [ 'SUNWntpr', 'SUNWntpu' ]
ntp::config: '/etc/inet/ntp.conf'
ntp::driftfile: '/var/ntp/ntp.drift'
ntp::keys_file: '/etc/inet/ntp.keys'
ntp::package_name: [ 'service/network/ntp' ]
ntp::restrict:
- 'default nomodify notrap nopeer noquery'
- 'default kod nomodify notrap nopeer noquery'
- '-6 default kod nomodify notrap nopeer noquery'
- '127.0.0.1'
- '-6 ::1'
ntp::service_name: 'network/ntp'
ntp::iburst_enable: false
6 changes: 2 additions & 4 deletions data/Solaris.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
ntp::config: '/etc/inet/ntp.conf'
ntp::driftfile: '/var/ntp/ntp.drift'
ntp::keys_file: '/etc/inet/ntp.keys'
ntp::package_name: [ 'service/network/ntp' ]
ntp::package_name: [ 'SUNWntpr', 'SUNWntpu' ]
ntp::restrict:
- 'default kod nomodify notrap nopeer noquery'
- '-6 default kod nomodify notrap nopeer noquery'
- 'default nomodify notrap nopeer noquery'
- '127.0.0.1'
- '-6 ::1'
ntp::service_name: 'network/ntp'
ntp::iburst_enable: false

0 comments on commit 9572af1

Please sign in to comment.