summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-10 14:38:34 -0700
committerGitHub <noreply@github.com>2019-04-10 14:38:34 -0700
commit8d13e27199cdf7663aa6e45df6383e53815c9825 (patch)
tree61016e00c8f46466f79994d245ed6f005b69f44b
parentd05bd62ac90c057f8dded00b960253f765a57db4 (diff)
parentbf88c7ee5b61fc47255fd4655728088ced00d8b0 (diff)
downloadohai-8d13e27199cdf7663aa6e45df6383e53815c9825.tar.gz
Merge pull request #1347 from burtlo/fixes/systemd_paths
Ohai::Util::FileHelper does not need to be loaded in this systemd_paths plugin
-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