summaryrefslogtreecommitdiff
path: root/lib/chef/provider/service/openbsd.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/provider/service/openbsd.rb')
-rw-r--r--lib/chef/provider/service/openbsd.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/chef/provider/service/openbsd.rb b/lib/chef/provider/service/openbsd.rb
index fe42e2133c..99e8cff6aa 100644
--- a/lib/chef/provider/service/openbsd.rb
+++ b/lib/chef/provider/service/openbsd.rb
@@ -16,7 +16,6 @@
# limitations under the License.
#
-require_relative "../../mixin/shell_out"
require_relative "init"
require_relative "../../resource/service"
@@ -27,8 +26,6 @@ class Chef
provides :service, os: "openbsd"
- include Chef::Mixin::ShellOut
-
attr_reader :init_command, :rc_conf, :rc_conf_local, :enabled_state_found
RC_CONF_PATH = "/etc/rc.conf".freeze