Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  acceptance
  classes
  defines
spec.opts 50 Bytes
spec_helper.rb 1.12 KB
spec_helper_acceptance.rb 1.2 KB

Latest revisions

# Date Author Comment
5cd77954 04/24/2020 04:01 PM Ewoud Kohl van Wijngaarden

Convert to rspec-puppet-facts

01d1ede6 04/14/2020 05:07 PM Ewoud Kohl van Wijngaarden

Modulesync: use voxpupuli helper gems

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...

9a0339b2 07/16/2019 12:30 PM Andreas Ntaflos

Don't set forbidden zone options for zone type 'forward'

When zonetype => forward is set for a dns::zone resource then ignore any
forbidden options that might be set as parameters when rendering the
named.zone.erb template. Such forbidden options are "file", "masters",...

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...

cb3dfa93 05/21/2019 03:25 PM Andreas Ntaflos

Add support for managing sysconfig settings

Debian and RedHat allow setting startup options and other settings via a
sysconfig/default file (/etc/default/bind9 under Debian and
/etc/sysconfig/named under RedHat). FreeBSD/DragonFly and ArchLinux
don't have a direct equivalent....

1ff131be 04/25/2019 03:53 PM Andreas Ntaflos

Make managing BIND system group optional

Add class parameter dns::group_manage which defaults to true, so that
the module keeps managing the system group for BIND ("bind" or "named"),
but allow the user to set it to false. This way the group can be managed...

View revisions

Also available in: Atom