summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-11-18 10:28:53 -0800
committerTim Smith <tsmith84@gmail.com>2020-11-18 11:02:49 -0800
commitd0c43892da6035d635fb649a77901f7e48a5e535 (patch)
tree5b2abf266d819b88ed40f133f8c03d48bef69f0f
parente0a74b61bc17ded3ebb55ed54b808661130b6ed2 (diff)
downloadohai-d0c43892da6035d635fb649a77901f7e48a5e535.tar.gz
Update the provides for this plugin to match other network plugins
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/ohai/plugins/aix/network.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/plugins/aix/network.rb b/lib/ohai/plugins/aix/network.rb
index 1760d505..b4f50b58 100644
--- a/lib/ohai/plugins/aix/network.rb
+++ b/lib/ohai/plugins/aix/network.rb
@@ -22,7 +22,7 @@
Ohai.plugin(:Network) do
require_relative "../../mixin/network_helper"
- provides "network", "counters/network", "macaddress"
+ provides "network", "network/interfaces", "counters/network", "macaddress"
include Ohai::Mixin::NetworkHelper