File: Solaris-11.yaml

package info (click to toggle)
puppet-module-puppetlabs-ntp 7.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 496 kB
  • sloc: ruby: 1,481; sh: 46; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 357 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
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 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