diff options
Diffstat (limited to 'lib/ohai/plugins/linux/lspci.rb')
-rw-r--r-- | lib/ohai/plugins/linux/lspci.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ohai/plugins/linux/lspci.rb b/lib/ohai/plugins/linux/lspci.rb index 9e3b2ac3..fa03747e 100644 --- a/lib/ohai/plugins/linux/lspci.rb +++ b/lib/ohai/plugins/linux/lspci.rb @@ -20,6 +20,7 @@ Ohai.plugin(:Lspci) do depends "platform" provides "pci" + optional true collect_data(:linux) do devices = Mash.new |