summaryrefslogtreecommitdiff
path: root/lib/ohai/config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ohai/config.rb')
-rw-r--r--lib/ohai/config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/config.rb b/lib/ohai/config.rb
index 9c24a7bf..085bcb9b 100644
--- a/lib/ohai/config.rb
+++ b/lib/ohai/config.rb
@@ -33,7 +33,7 @@ module Ohai
default :hints_path, [ ChefConfig::Config.platform_specific_path("/etc/chef/ohai/hints") ]
default :log_level, :auto
default :log_location, STDERR
- default :plugin, Ohai::PluginConfig.new { |h, k| h[k] = Ohai::PluginConfig.new }
+ default :plugin, ( Ohai::PluginConfig.new { |h, k| h[k] = Ohai::PluginConfig.new } )
default :plugin_path, [ File.expand_path(File.join(File.dirname(__FILE__), "plugins")), ChefConfig::Config.platform_specific_path("/etc/chef/ohai/plugins") ]
default :critical_plugins, []
# causes all optional plugins to be run.