forked from thias/puppet-bind
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
38 lines (29 loc) · 1.23 KB
/
Copy pathChangeLog
File metadata and controls
38 lines (29 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
* Merge changes by Sebastian Cole.
* Move parameters into a new bind::params class.
* Make the service and package classes possible to use separately.
* Cosmetic cleanups.
* Update README examples.
2013-04-19 - 0.3.2
* Use @varname syntax in templates to silence puppet 3.2 warnings.
2013-04-10 - 0.3.1
* Add support for $allow_transfer.
* Add support for $ensure on server::file, enabling clean zone file removal.
2013-03-08 - 0.3.0
* Change to 2 space indent.
* Major update to the README and use markdown.
* Minor cosmetic cleanups.
* Change default for $chroot to false, SELinux is sufficient on RHEL5+.
2012-12-18 - 0.2.5
* Change the SELinux type of the log directory back to the original.
2012-09-19 - 0.2.4
* Update README to make the main example more useful.
* Support $source_base for easy inclusion of multiple zone files as-is.
2012-07-17 - 0.2.3
* Add support for "include" lines in named.conf.
2012-06-22 - 0.2.2
* Add support for a few new configuration values in the main template.
* Require package for files, for the usual parent directory to exist.
* Minot updates to the README.
2012-04-23 - 0.2.1
* Clean up the module to match current puppetlabs guidelines.
* Force hash sorting in the template for puppet 2.7+ compatibility.