This file is indexed.

/usr/share/puppet/modules.available/puppetlabs-ntp/types/poll_interval.pp 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
# See http://doc.ntp.org/4.2.6/clockopt.html#server for documentation
# Alternatively: type Ntp::Poll_interval = Variant[Integer, Pattern['']]
type Ntp::Poll_interval = Integer[4, 17]