Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  logging
config.pp 2.36 KB
dnssec_policy.pp 3.6 KB
init.pp 10.4 KB
install.pp 323 Bytes
key.pp 1.63 KB
logging.pp 497 Bytes
params.pp 5.33 KB
service.pp 332 Bytes
view.pp 3.54 KB
zone.pp 6.04 KB

Latest revisions

# Date Author Comment
ed3e297e 03/06/2024 12:58 PM Jean-François Roche

Add support for zone masterfile format

This commit adds support for the zone masterfile format in the Zone resource.

1d85c75c 02/13/2024 11:27 AM mbarecki

Add support for forwarders in master zone

This gives possibility to enable forwarding in master zone.

Add support for empty forwarders in master zone

Allows to disable forwarding in master zone to cover scenario
when server is authoritative for domain, subdomain is delegated...

787048c1 02/13/2024 11:25 AM Gordon Bleux

add support for the statistics-channels directive

The statistics-channels statement declares communication channels
to be used by system administrators to get access to statistics
information of the name server. BIND will only start a listener
if the directive is found in the configuration. The ACLs are...

a3913ebe 11/19/2023 03:41 PM Romain Tartière

Fix calling function empty() with Numeric value

This produce a warning:

```
2023-11-19T05:33:05.421+02:00 WARN [qtp925335889-44] [puppetserver] Puppet Calling function empty() with Numeric value is deprecated. (file: /usr/local/etc/puppet/code/environments/production/modules/dns/manifests/logging/channel.pp, line: 61)...

c740d3d9 11/14/2023 02:20 PM Tim Meusel

Add Debian 12 support

cf568c84 09/15/2023 01:09 PM Ewoud Kohl van Wijngaarden

Change sysconfig_file for Debian/Ubuntu to '/etc/default/named'

It is was changed quite a while back1.

[1] https://salsa.debian.org/dns-team/bind9/-/commit/6fd962a36bb54e0106e001aff6cce056d54e2526

6615bdef 03/14/2023 04:04 PM Takashi Kajinami

Add support for Ubuntu Jammy (22.04)

This change introduces initial support for Ubuntu Jammy.

Fixes: #227

5eda0a85 12/27/2022 09:11 PM Romain Tartière

Remove legacy fact usage

Puppet 7.21.0 can run without legacy facts (set include_legacy_facts to
false). When doing so, the module fails to get the default value for
$dns::zone::soa. Fix it by using the networking.fqdn fact. The test
suite is also updated to only use modern facts....

9c606014 11/07/2022 11:35 AM Matt Darcy

logging channel error message typo faility to facility

9db91f1a 09/25/2022 05:25 PM Matt Darcy

Remove dnssec-enable option for EL >= 9 (#218)

EL9 ships with a version of BIND where dnssec-enable is invalid. In
cc80d3caa6fbb8e7aa3b79aaa8d049d2d443324e it was made optional, but forgot EL9.

Fixes: cc80d3caa6fbb8e7aa3b79aaa8d049d2d443324e
Co-authored-by: Matt Darcy <>

View revisions

Also available in: Atom