Commit graph

70 commits

Author SHA1 Message Date
Ossi Salmi
01a37e8bf7 dns: Add bootstrap tag to dns::node 2013-11-05 01:05:41 +02:00
Ossi Salmi
e3c9faac6a dns: Fix tag conflicts in dns::node 2013-10-31 10:27:33 +02:00
037fe31dd6 dns: Fixed default view handling for RFC2317 style in-addr.arpa zones. 2013-10-14 12:23:48 +03:00
Ossi Salmi
ebde843cc6 Changed remaining fqdn references to homename 2013-08-03 00:10:39 +03:00
Ossi Salmi
2062288684 dns: Fix for spaces in augeas options 2013-07-20 19:05:36 +03:00
Ossi Salmi
ff77ca8cf1 dns: Fixed set-named-sysconfig by forcing the lens 2013-06-10 17:52:00 +03:00
Ossi Salmi
0e4f99b1bc More instance variable cleanup 2013-05-24 10:29:11 +03:00
Ossi Salmi
c8c5f097b4 Merge branch 'master' into puppet3 2013-05-08 00:28:29 +03:00
Ossi Salmi
20078c82ea dns: Typofix 2013-05-06 17:20:31 +03:00
Ossi Salmi
ee7fc4dc38 dns: Disable IPv6 in named when host has no IPv6 address 2013-05-06 17:08:15 +03:00
Ossi Salmi
dc51af1ca2 Updated all templates to use instance variables 2013-05-05 00:07:55 +03:00
b94a2e8d11 Enabled listening of IPv6 interfaces from dns::server. 2013-01-23 13:12:18 +02:00
738a1ae59a Fixed depency error from dns::server. 2013-01-16 10:22:22 +02:00
3e176d5340 Fixed config directory paths from dns::server when using views. 2013-01-09 12:06:33 +02:00
2c7c0c0822 Fixed view handling for normal zones in dns::zone. 2013-01-08 14:43:49 +02:00
Ossi Herrala
949368901f Match beginning and end of line in regexp. Don't play around with foo.bar.in-addr.arpa.example.com kind of things and break everything. ;) 2012-12-10 09:11:20 +00:00
Ossi Herrala
464848816a Rethinked the code for RFC2317 style in-addr.arpa zones and our DNS view syntax. 2012-12-10 09:02:53 +00:00
Ossi Salmi
aa9dc23e73 Added contact parameter for autogenerated dns zones 2012-12-05 12:55:25 +02:00
Ossi Herrala
c6aceb94a6 Fix RFC2317 style in-addr.arpa zone delegations to work with
dns::zone()'s view syntax. Now it should be possible to use smaller
than /24 reverse IPv4 delegations.
2012-12-04 14:50:20 +00:00
Ossi Salmi
29c6eb5b4d Merge tmakinen/puppet
Conflicts:
	dns/manifests/init.pp
2012-12-03 00:23:32 +02:00
Ossi Salmi
b1d21d84e3 Added support for generating dns reverse records for puppet nodes 2012-12-03 00:20:12 +02:00
Ossi Herrala
42ebc910cc Require rndc config generation before checkconf and remove unneccessary subscribe to named.conf. 2012-11-30 08:05:43 +00:00
Ossi Herrala
3edd0c4f39 Add missing commas before anyone wonders why they are missing.. ;) 2012-11-29 14:21:39 +00:00
Ossi Herrala
954955bd39 Perform named-checkconf before reloading named.
This tries to minimize the risk of reloading broken config or invalid
zone files, and kill our DNS infrastructure while doing so.
2012-11-29 14:13:28 +00:00
Ossi Herrala
15a3dacdec Allow using autogenerated db zonefiles (static and dynamic) without homename in filename. 2012-11-28 09:56:48 +00:00
Ossi Salmi
2dcf1a3e2d Fixed dns slave zone template 2012-11-19 11:10:54 +02:00
aes_ng
b6d34a1cf2 Fixed DNS templates and added support for Ubuntu 12.04 's way of creating resolv.conf. 2012-11-19 11:10:54 +02:00
Ossi Salmi
f72325de30 Added support for generating dns records for puppet nodes 2012-11-19 11:10:53 +02:00
Ossi Salmi
24ecb51f6f Added support for RHEL and did some syntax cleaning
Assume that "RedHat" also works where "CentOS" does.
2012-09-05 17:29:36 +03:00
e81f5e84a1 Fixed named.conf generation when no zones are defined. 2012-08-07 16:25:25 +03:00
947dce76c1 Fixed named.conf generation when using real sh (not bash). 2012-08-07 16:10:22 +03:00
Ossi Salmi
28778c52bd Added support for forwarding dns zones 2012-06-13 12:30:29 +03:00
Ossi Salmi
16e92d694f Added initial support for dynamic dns zones 2012-06-11 14:21:06 +03:00
50f778a8e3 Fixed "Unrecognised escape sequence" error from dns::server. 2012-04-28 09:22:19 +03:00
b40dd17d83 Fixed errors from dns::zone when using view "default". 2012-04-24 14:58:36 +03:00
48ded3a8e7 Added support for DNS views into dns::server and dns::zone. 2012-04-24 14:43:55 +03:00
Paavo Pokkinen
61a3131d2b minor fix to dnsdump.py 2012-04-02 12:28:27 +03:00
Paavo Pokkinen
ec3c4244ad generate bind configs from LDAP 2012-04-02 11:41:56 +03:00
84edcd61ed Fixed "unquoted file mode" errors given by puppet-lint. 2012-03-27 16:10:01 +03:00
34c36045fa Fixing puppet-lint errors. 2012-03-27 14:41:39 +03:00
9ab2bf1bfd Changed slave zone handling from dns module. 2012-03-22 12:27:10 +02:00
4cb660dcaf Refactored dns::server class. 2012-03-22 11:41:20 +02:00
34be570ebc Fixed dns::server package name for CentOS 5. 2012-03-22 10:49:37 +02:00
c472f5250a Cleanup for DNS master zone config file. 2012-03-21 15:48:56 +02:00
Ossi Salmi
bf79f517ba Revert "Support for dns aliases, dynamic creation of zone files (dependent"
This reverts commit b470ceb9b6.
2012-03-07 15:46:28 +02:00
aes_ng
b470ceb9b6 Support for dns aliases, dynamic creation of zone files (dependent
on the environment fact) from Facter facts and a fix for environment
support in puppet.
2012-03-02 16:05:37 +02:00
svimes
5d8ea214ea Fixed a syntax error on both erg side and in the slave zone itself. 2012-02-06 09:26:56 +02:00
svimes
807f2d2b31 Fixed a typo 2012-02-05 21:45:14 +02:00
svimes
bd4cc55ce1 Some more work on the dns module. The only thing not working for some reason is the zone.slae.erb for an unknown reason. 2012-02-05 21:29:13 +02:00
root
da1eef4333 Updated the master zone template and made some crude defaults to dyndns. 2012-02-03 20:41:51 +00:00