From 52e3838e4f3f1dd4b1bd67b13c0d2b1ddef7b95b Mon Sep 17 00:00:00 2001 From: Nate Riffe Date: Thu, 20 Aug 2015 07:16:07 -0500 Subject: [PATCH 1/3] Release version 4.3.0 --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 2bd70fd..ec3edc2 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "inkblot/bind", - "version": "4.2.2", + "version": "4.3.0", "author": "inkblot", "license": "Apache-2.0", "summary": "ISC BIND name server", From 472dc05a97fc163d1962adb535d1cf71a788f53d Mon Sep 17 00:00:00 2001 From: Nate Riffe Date: Sat, 19 Sep 2015 11:12:54 -0500 Subject: [PATCH 2/3] Set a version constraint on module_data --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index ec3edc2..4c5a8cb 100644 --- a/metadata.json +++ b/metadata.json @@ -29,6 +29,6 @@ "dependencies": [ { "name": "puppetlabs/stdlib" }, { "name": "puppetlabs/concat", "version_requirement": ">=1.0.0 <2.0.0" }, - { "name": "ripienaar/module_data" } + { "name": "ripienaar/module_data", "version_requirement": ">=0.0.3" } ] } From 1101b2ebc8ea91aa4ac11d4322a4c8d4aa392927 Mon Sep 17 00:00:00 2001 From: Nate Riffe Date: Sat, 24 Oct 2015 09:10:54 -0500 Subject: [PATCH 3/3] Document that there are dependencies to meet ... And also suggest a mode of installation. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 25e20fa..816470e 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,17 @@ Setup * configuration of the server, zones, acls, keys, and views * creation of TSIG and DNSSEC keys +Dependencies +------------ + +The BIND module depends on +[ripienaar/module_data]](https://forge.puppetlabs.com/ripienaar/module_data) +for hiera module data support and +[puppetlabs/stdlib](https://forge.puppetlabs.com/puppetlabs/stdlib) for certain +parser functions. When using the BIND module, please install the module using +`puppet module install` or an equivalent substitute in order to ensure that its +dependencies are met. + ###Getting started To begin using the BIND module with default parameters, declare the class