summaryrefslogtreecommitdiff
path: root/lib/ohai/plugins/libvirt.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ohai/plugins/libvirt.rb')
-rw-r--r--lib/ohai/plugins/libvirt.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ohai/plugins/libvirt.rb b/lib/ohai/plugins/libvirt.rb
index 15b0fa40..b3bde624 100644
--- a/lib/ohai/plugins/libvirt.rb
+++ b/lib/ohai/plugins/libvirt.rb
@@ -17,11 +17,11 @@
# limitations under the License.
#
-# Note: This plugin requires libvirt-bin/libvirt-dev as well as the ruby-libvirt
+# NOTE: This plugin requires libvirt-bin/libvirt-dev as well as the ruby-libvirt
# gem to be installed before it will properly parse data
Ohai.plugin(:Libvirt) do
- %w{ uri capabilities nodeinfo domains networks storage }.each do |info|
+ %w{uri capabilities nodeinfo domains networks storage}.each do |info|
provides "libvirt/#{info}"
depends "virtualization"
end