summaryrefslogtreecommitdiff
path: root/lib/ohai/provides_map.rb
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2013-12-12 11:39:17 -0800
committersersut <serdar@opscode.com>2013-12-12 11:39:17 -0800
commit1cf787963d8d94b55aae8eedab404e3e2fbdc32e (patch)
treee1afa1e3222995a117403a187f9c1f93de6a1283 /lib/ohai/provides_map.rb
parent94302c37409227f8f70ab2661d4b54daf325deec (diff)
downloadohai-1cf787963d8d94b55aae8eedab404e3e2fbdc32e.tar.gz
Move VersionVI and VersionVII plugin classes into their own files.
Diffstat (limited to 'lib/ohai/provides_map.rb')
-rw-r--r--lib/ohai/provides_map.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/provides_map.rb b/lib/ohai/provides_map.rb
index 2f61f550..d251e7dd 100644
--- a/lib/ohai/provides_map.rb
+++ b/lib/ohai/provides_map.rb
@@ -20,7 +20,7 @@
require 'ohai/mash'
require 'ohai/exception'
require 'ohai/mixin/os'
-require 'ohai/dsl/plugin'
+require 'ohai/dsl'
module Ohai
class ProvidesMap