Project

General

Profile

« Previous | Next » 

Revision 9c606014

Added by Matt Darcy over 1 year ago

logging channel error message typo faility to facility

View differences:

manifests/logging/channel.pp
if $log_type == 'syslog' {
if empty($syslog_facility) {
fail('dns::logging::channel: "syslog_faility" needs to be set with log type syslog')
fail('dns::logging::channel: "syslog_facility" needs to be set with log type syslog')
}
}

Also available in: Unified diff