summaryrefslogtreecommitdiff
path: root/lib/chef/config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/config.rb')
-rw-r--r--lib/chef/config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/config.rb b/lib/chef/config.rb
index d033a2981b..dc04026acb 100644
--- a/lib/chef/config.rb
+++ b/lib/chef/config.rb
@@ -458,7 +458,7 @@ class Chef
default :disable_event_loggers, false
default :event_loggers do
evt_loggers = []
- if Chef::Platform::windows?
+ if Chef::Platform::windows? and not Chef::Platform::windows_server_2003?
evt_loggers << :win_evt
end
evt_loggers