This file is indexed.

/usr/share/bcfg2/Hostbase/repo/dhcpd.tmpl is in bcfg2-server 1.2.2-2.

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
13
14
15
16
17
#
# This file is automatically generated.
# DO NOT EDIT IT BY HAND!
#
# This file contains {{ numips }} IP addresses
# Generated on: {% now "r" %}
#

{% include "dhcpd.conf.head" %}

# Hosts which require special configuration options can be listed in
# host statements. If no address is specified, the address will be
# allocated dynamically (if possible), but the host-specific information
# will still come from the host declaration.

{% for host in hosts %}host {{ host.0 }} {hardware ethernet {{ host.1 }};fixed-address {{ host.2 }};}
{% endfor %}