diff options
author | Tollef Fog Heen <tfheen@err.no> | 2010-03-02 21:54:45 +0100 |
---|---|---|
committer | Tollef Fog Heen <tfheen@err.no> | 2010-03-02 21:54:45 +0100 |
commit | 01bf94b782b22c1eabbf5fb414a0ad0c40584e0c (patch) | |
tree | 96dec38944ff7808cb7c5af36f06a8c358a943f0 /lib/ohai/config.rb | |
parent | 33206e9f68d1a66e0844a5850f8a65391aea0b84 (diff) | |
download | ohai-01bf94b782b22c1eabbf5fb414a0ad0c40584e0c.tar.gz |
Make it possible to disable plugins
Diffstat (limited to 'lib/ohai/config.rb')
-rw-r--r-- | lib/ohai/config.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ohai/config.rb b/lib/ohai/config.rb index de1816e8..8d6a7569 100644 --- a/lib/ohai/config.rb +++ b/lib/ohai/config.rb @@ -25,5 +25,6 @@ module Ohai log_level :info log_location STDOUT plugin_path [ File.expand_path(File.join(File.dirname(__FILE__), 'plugins'))] + disabled_plugins [] end end |