diff options
author | danielsdeleo <dan@getchef.com> | 2015-05-13 15:43:21 -0700 |
---|---|---|
committer | danielsdeleo <dan@getchef.com> | 2015-05-20 15:13:56 -0700 |
commit | 12a608c962d2eaa6c8b410794530fb104167162c (patch) | |
tree | c0ed71585eacc4dd2d9cf5137a22e45cfa6a74d7 /chef-config/lib | |
parent | 0e4e6032f6f46261a2db37815345e46bf8cf1c46 (diff) | |
download | chef-12a608c962d2eaa6c8b410794530fb104167162c.tar.gz |
Move Win2003 dependent config into chef core
Diffstat (limited to 'chef-config/lib')
-rw-r--r-- | chef-config/lib/chef-config/config.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chef-config/lib/chef-config/config.rb b/chef-config/lib/chef-config/config.rb index 549fac5cbf..800e8065de 100644 --- a/chef-config/lib/chef-config/config.rb +++ b/chef-config/lib/chef-config/config.rb @@ -481,13 +481,6 @@ module ChefConfig default :event_handlers, [] default :disable_event_loggers, false - default :event_loggers do - evt_loggers = [] - if ChefConfig::windows? and not ChefConfig::windows_server_2003? - evt_loggers << :win_evt - end - evt_loggers - end # Exception Handlers default :exception_handlers, [] |