Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
dns_init_spec.rb 16.9 KB

Latest revisions

# Date Author Comment
cc8839dd 01/06/2022 01:15 PM Ewoud Kohl van Wijngaarden

Reflect stdlib's ensure_packages new default

In a recent puppetlabs-stdlib release ensure_packages started to use
ensure => installed instead of present. This reflects it in our specs.

70f5b28c 06/02/2021 07:56 AM yatinkarel

Drop usage of -r from rndc-confgen

With bind-9.13.0+[1], -r option is deprecated and raises
error if passed. With earlier versions of bind also -r
option is optional and in it's absense there are default
function which provides random bytes. So let's drop the...

cb7933a3 11/01/2020 12:23 PM Andrew Teixeira

Allow configuration checks to be turned off

d6eeb329 10/27/2020 10:46 AM Andrew Teixeira
  • Add the ability to configure logging using defined types
  • Update README including fixing bare links
  • Add spec and acceptance tests as needed
5cd77954 04/24/2020 04:01 PM Ewoud Kohl van Wijngaarden

Convert to rspec-puppet-facts

7f5c5146 11/24/2019 01:00 AM Ewoud Kohl van Wijngaarden

Refactor soaip in dns::zone

This makes the $soaip parameter optional since in many cases it doesn't
makes sense. It was also breaking hard on IPv6-only systems. For those
setups the $soaipv6 parameter is also added. The types are also
tightened to the correct address family.

93f53fc5 11/24/2019 01:00 AM Ewoud Kohl van Wijngaarden

Stop setting concat_basedir

This was removed from puppetlabs-concat a long time ago.

849821d8 11/13/2019 08:33 PM Claudio Moretti

Add manage_service parameter (#149)

This allows users to decide whether the module should manage the
dns service. The check defaults to true, but in case users want to
manage the service autonomously they can.
This also solves "duplicate declaration" issues when the service...

526d4db3 07/16/2019 12:28 PM Andreas Ntaflos

Validate named.conf and zones.conf using named-checkconf

Make use of the `validate_cmd` parameter in concat to run
named-checkconf on the target file. This way the validity of to-be-updated
configuration files named.conf or zones.conf is checked before actually...

6bb26ca9 07/16/2019 12:27 PM Andreas Ntaflos

Allow setting service restart command

By default the service resource that manages the BIND service will
restart the service when notified by configuration changes. This can be
disruptive.

This change allows the user to set a custom restart command via
`dns::service_restart_command` for the service resource, such as...

View revisions

Also available in: Atom