Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
e73be39b 08/30/2015 06:50 AM Marc Schaer

Added options possibilities

dc481bfd 08/06/2015 11:00 AM uri ba

allow user to control allow-recursion on the global level

47bcdc4c 08/03/2015 04:21 PM rmenezes

Add ability to overwrite the templates.

97b99cbf 07/31/2015 05:07 PM Michael Moll

support FreeBSD

b132780f 05/20/2015 01:23 PM Dominic Cleal

Use puppetlabs-concat instead of theforeman-concat_native

45c9c9e9 03/07/2015 03:52 PM Michael Moll

remove check if SOA record is in the same zone

0ea484bb 03/05/2015 09:23 AM Ewoud Kohl van Wijngaarden

Coding style of init.pp

aa274696 03/05/2015 09:23 AM Ewoud Kohl van Wijngaarden

Refactor dns::zone

This now requires the dns class is included when using dns::zone instead
of loading it if needed. It also moves more variables to parameters.

63902e07 03/05/2015 08:50 AM Trey Dockendorf

Add support for master-slave configuration

Initial work came from PR #24. This varies from that pull request in the following ways

  • allow-transfer is not inside the "if master" condition
  • A few syntax errors corrected
  • Use "join" to generate values for allow-transfer and masters...
068db6bd 03/05/2015 08:33 AM Federico Voges

Added support for slave servers

f9a3c386 12/10/2014 06:33 PM Mathieu Parent

Remove unused params

I spotted this with strict_variables.

70ebb391 09/05/2014 11:15 AM Dominic Cleal

Fix for rspec-puppet 1, lint fixes

2ec0086f 12/04/2013 05:02 AM Guido Günther

Allow to configure listen-on-v6

In some internal networks ipv6 might not be working as expected so
allow to turn it off.

d168ae5f 10/24/2013 06:36 AM Lukas Zapletal

Task create-rndc was being executed every run

401c2875 10/10/2013 10:04 AM Ivan Necas

Fix lint issues

4a555d99 10/10/2013 09:57 AM Ivan Necas

Puppetstore dir is no longer needed

39e414be 10/10/2013 09:53 AM Ivan Necas

Fix ordering of config and service parts

Also extract the parts into subclasses and add tests :)

d64a48f9 08/15/2013 06:28 AM Dominic Cleal

Change operatingsystem to osfamily for Fedora etc

Fixes #11

616cda32 03/11/2013 12:28 PM Greg Sutcliffe

Use concat_output for file content source, so we get the old file Filebucketed on change

(Also, whitespace cleanup in init.pp)

5c00350e 02/15/2013 03:35 PM Avtar Gill

Fixes #2213 - Incorrect path in named.conf

The path to the localhost TLDs and address zones file was
incorrect for Debian based distros and prevented the
named process from starting. This resolves that issue.

7b3e7983 01/08/2013 03:09 PM Dominic Cleal

Add missing dependency on the package for rndc-confgen

2f7ad6f9 12/04/2012 07:58 AM Ivan Necas

Parametrize the class
Also add forwarders as a parameter

681e3d33 12/04/2012 05:25 AM Dominic Cleal

Reload named after changing configs

31326418 10/02/2012 11:06 AM Greg Sutcliffe

Ensure the named group is puppet-controlled so we can autorequire it in the proxy

bb558901 09/01/2012 07:34 AM Ewoud Kohl van Wijngaarden

The contact should end with a dot

bda4a9e1 08/28/2012 08:48 AM Ewoud Kohl van Wijngaarden

Clean up unused variables

57ff5bb6 08/28/2012 04:23 AM Ewoud Kohl van Wijngaarden

Use file { replace => false } instead of exec cp

04540212 08/21/2012 10:15 AM Ewoud Kohl van Wijngaarden

zonefilepath is $vardir/dynamic on EL

This ensures compatibility with selinux

6d820f27 08/21/2012 10:14 AM Ewoud Kohl van Wijngaarden

Remove unused variable

472ec49c 07/31/2012 10:01 AM Ewoud Kohl van Wijngaarden

Remove old class

7e9f8e11 07/31/2012 10:00 AM Ewoud Kohl van Wijngaarden

More CentOS compatibility

5d340dbb 07/27/2012 11:54 AM Ewoud Kohl van Wijngaarden

Make the DNS zone more configurable

ab59bb86 06/19/2012 11:36 AM Ewoud Kohl van Wijngaarden

Improve generation of zones

69c9c509 06/19/2012 11:20 AM Ewoud Kohl van Wijngaarden

Add support for redhat/centos

79167403 06/19/2012 11:20 AM Ewoud Kohl van Wijngaarden

puppet-lint fixes

e1338843 05/09/2012 06:21 PM Greg Sutcliffe

Rework to use my rewritten concat module

17794329 03/31/2012 09:23 AM Greg Sutcliffe

Forked from zleslie's dns module, reworked for theforeman