File: Suse-family.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 (12 lines) | stat: -rw-r--r-- 349 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
ntp::service_name: ntp
ntp::driftfile: '/var/lib/ntp/drift/ntp.drift'
ntp::restrict:
  - 'default kod nomodify notrap nopeer noquery'
  - '-6 default kod nomodify notrap nopeer noquery'
  - '127.0.0.1'
  - '-6 ::1'
ntp::servers:
  - '0.opensuse.pool.ntp.org'
  - '1.opensuse.pool.ntp.org'
  - '2.opensuse.pool.ntp.org'
  - '3.opensuse.pool.ntp.org'