This file is indexed.

/usr/share/puppet/modules.available/puppetlabs-ntp/data/Gentoo-family.yaml is in puppet-module-puppetlabs-ntp 7.1.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
ntp::package_name: [ 'net-misc/ntp' ]
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.gentoo.pool.ntp.org'
  - '1.gentoo.pool.ntp.org'
  - '2.gentoo.pool.ntp.org'
  - '3.gentoo.pool.ntp.org'