summaryrefslogtreecommitdiff
path: root/lib/ohai/plugins/filesystem.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ohai/plugins/filesystem.rb')
-rw-r--r--lib/ohai/plugins/filesystem.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/ohai/plugins/filesystem.rb b/lib/ohai/plugins/filesystem.rb
index 5049e1bd..6214853c 100644
--- a/lib/ohai/plugins/filesystem.rb
+++ b/lib/ohai/plugins/filesystem.rb
@@ -466,9 +466,7 @@ Ohai.plugin(:Filesystem) do
fs_data["by_mountpoint"] = by_mountpoint
fs_data["by_pair"] = by_pair
- # @todo in Chef 17 the filesystem2 part of this goes away
filesystem fs_data
- filesystem2 fs_data
end
collect_data(:darwin) do
@@ -613,9 +611,7 @@ Ohai.plugin(:Filesystem) do
fs_data["by_mountpoint"] = by_mountpoint
fs_data["by_pair"] = by_pair
- # @todo in Chef 17 the filesystem2 plugin goes away
filesystem fs_data
- filesystem2 fs_data
end
collect_data(:aix) do
@@ -705,9 +701,7 @@ Ohai.plugin(:Filesystem) do
fs_data["by_mountpoint"] = by_mountpoint
fs_data["by_pair"] = by_pair
- # @todo in Chef 17 the filesystem2 plugin goes away here
filesystem fs_data
- filesystem2 fs_data
end
collect_data(:windows) do