summaryrefslogtreecommitdiff
path: root/lib/chef/provider/systemd_unit.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/systemd_unit.rb')
-rw-r--r--lib/chef/provider/systemd_unit.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/provider/systemd_unit.rb b/lib/chef/provider/systemd_unit.rb
index 39876f7a3f..97043e48c7 100644
--- a/lib/chef/provider/systemd_unit.rb
+++ b/lib/chef/provider/systemd_unit.rb
@@ -18,7 +18,6 @@
require_relative "../provider"
require_relative "../mixin/which"
-require_relative "../mixin/shell_out"
require_relative "../resource/file"
require_relative "../resource/file/verification/systemd_unit"
require "iniparse"
@@ -28,7 +27,6 @@ class Chef
class Provider
class SystemdUnit < Chef::Provider
include Chef::Mixin::Which
- include Chef::Mixin::ShellOut
provides :systemd_unit