File: Archlinux-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-- 330 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
ntp::driftfile: '/var/lib/ntp/ntp.drift'
ntp::restrict:
  - 'default kod nomodify notrap nopeer noquery'
  - '-6 default kod nomodify notrap nopeer noquery'
  - '127.0.0.1'
  - '-6 ::1'
ntp::iburst_enable: false
ntp::servers:
  - '0.arch.pool.ntp.org'
  - '1.arch.pool.ntp.org'
  - '2.arch.pool.ntp.org'
  - '3.arch.pool.ntp.org'