Merge pull request #57 from inkblot/module-data-version
Module data version
This commit is contained in:
commit
a403718c32
11
README.md
11
README.md
@ -27,6 +27,17 @@ Setup
|
|||||||
* configuration of the server, zones, acls, keys, and views
|
* configuration of the server, zones, acls, keys, and views
|
||||||
* creation of TSIG and DNSSEC keys
|
* 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
|
###Getting started
|
||||||
|
|
||||||
To begin using the BIND module with default parameters, declare the class
|
To begin using the BIND module with default parameters, declare the class
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "inkblot/bind",
|
"name": "inkblot/bind",
|
||||||
"version": "4.2.2",
|
"version": "4.3.0",
|
||||||
"author": "inkblot",
|
"author": "inkblot",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"summary": "ISC BIND name server",
|
"summary": "ISC BIND name server",
|
||||||
@ -29,6 +29,6 @@
|
|||||||
"dependencies": [
|
"dependencies": [
|
||||||
{ "name": "puppetlabs/stdlib" },
|
{ "name": "puppetlabs/stdlib" },
|
||||||
{ "name": "puppetlabs/concat", "version_requirement": ">=1.0.0 <2.0.0" },
|
{ "name": "puppetlabs/concat", "version_requirement": ">=1.0.0 <2.0.0" },
|
||||||
{ "name": "ripienaar/module_data" }
|
{ "name": "ripienaar/module_data", "version_requirement": ">=0.0.3" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user