diff --git a/manifests/logging/channel.pp b/manifests/logging/channel.pp index dd731ab..db0a5cd 100644 --- a/manifests/logging/channel.pp +++ b/manifests/logging/channel.pp @@ -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' { diff --git a/metadata.json b/metadata.json index 62d9d4b..7275c32 100644 --- a/metadata.json +++ b/metadata.json @@ -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",