Skip to content

Commit a403718

Browse files
committed
Merge pull request thias#57 from inkblot/module-data-version
Module data version
2 parents df95b95 + 1101b2e commit a403718

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,17 @@ Setup
2727
* configuration of the server, zones, acls, keys, and views
2828
* creation of TSIG and DNSSEC keys
2929

30+
Dependencies
31+
------------
32+
33+
The BIND module depends on
34+
[ripienaar/module_data]](https://forge.puppetlabs.com/ripienaar/module_data)
35+
for hiera module data support and
36+
[puppetlabs/stdlib](https://forge.puppetlabs.com/puppetlabs/stdlib) for certain
37+
parser functions. When using the BIND module, please install the module using
38+
`puppet module install` or an equivalent substitute in order to ensure that its
39+
dependencies are met.
40+
3041
###Getting started
3142

3243
To begin using the BIND module with default parameters, declare the class

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inkblot/bind",
3-
"version": "4.2.2",
3+
"version": "4.3.0",
44
"author": "inkblot",
55
"license": "Apache-2.0",
66
"summary": "ISC BIND name server",
@@ -29,6 +29,6 @@
2929
"dependencies": [
3030
{ "name": "puppetlabs/stdlib" },
3131
{ "name": "puppetlabs/concat", "version_requirement": ">=1.0.0 <2.0.0" },
32-
{ "name": "ripienaar/module_data" }
32+
{ "name": "ripienaar/module_data", "version_requirement": ">=0.0.3" }
3333
]
3434
}

0 commit comments

Comments
 (0)