summaryrefslogtreecommitdiff
path: root/lib/ohai/plugins/linux/lsb.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ohai/plugins/linux/lsb.rb')
-rw-r--r--lib/ohai/plugins/linux/lsb.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ohai/plugins/linux/lsb.rb b/lib/ohai/plugins/linux/lsb.rb
index a982fce4..7bd16b63 100644
--- a/lib/ohai/plugins/linux/lsb.rb
+++ b/lib/ohai/plugins/linux/lsb.rb
@@ -16,10 +16,10 @@
# limitations under the License.
#
-Ohai.plugin do
+Ohai.plugin(:LSB) do
provides "lsb"
- collect_data do
+ collect_data(:linux) do
lsb Mash.new
if File.exists?("/etc/lsb-release")