summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLynn Frank <franklin.webber@gmail.com>2019-04-04 00:11:00 -0500
committerLynn Frank <franklin.webber@gmail.com>2019-04-04 00:11:00 -0500
commitbf88c7ee5b61fc47255fd4655728088ced00d8b0 (patch)
treef532014a3fb914964ba82f8a7b5d400beed9f496
parent05e507952d8dbff8e31528f1ebcab72664e99aa2 (diff)
downloadohai-bf88c7ee5b61fc47255fd4655728088ced00d8b0.tar.gz
Ohai::Util::FileHelper is already loaded
This module is already in the mix. Signed-off-by: Franklin Webber <franklin.webber@gmail.com>
-rw-r--r--lib/ohai/plugins/linux/systemd_paths.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/ohai/plugins/linux/systemd_paths.rb b/lib/ohai/plugins/linux/systemd_paths.rb
index 50f2d1b7..31451e46 100644
--- a/lib/ohai/plugins/linux/systemd_paths.rb
+++ b/lib/ohai/plugins/linux/systemd_paths.rb
@@ -19,9 +19,6 @@
Ohai.plugin(:SystemdPaths) do
provides "systemd_paths"
- require "ohai/util/file_helper"
- include Ohai::Util::FileHelper
-
collect_data(:linux) do
systemd_path_path = which("systemd-path")
if systemd_path_path