Fix a typo and release 7.2.1
This commit is contained in:
parent
acb67e925f
commit
f0ba56e35d
@ -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' {
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user