diff --git a/manifests/init.pp b/manifests/init.pp index 7f87fa6..e0410a2 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -208,8 +208,8 @@ 'windows': { $manage_repo = false - if $logging_type != 'file' { - fail('Only file is supported as logging_type on Windows') + if $logging_type == 'syslog' { + fail('Only eventlog and file is supported as logging_type on Windows') } }