Fix a typo and release 7.2.1

This commit is contained in:
Nate Riffe 2017-03-02 06:32:17 -06:00
parent acb67e925f
commit f0ba56e35d
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ define bind::logging::channel (
$print_time = true,
) {
unless member(['file', 'syslog', 'stderr', 'null'], $destination) {
fail("Bind::logging::channel[${name}] has invalid destination: ${destionation}. Must be one of: file syslog stderr null")
fail("Bind::logging::channel[${name}] has invalid destination: ${destination}. Must be one of: file syslog stderr null")
}
if $destination == 'file' {

View File

@ -1,6 +1,6 @@
{
"name": "inkblot/bind",
"version": "7.2.0",
"version": "7.2.1",
"author": "inkblot",
"license": "Apache-2.0",
"summary": "ISC BIND name server",