summaryrefslogtreecommitdiff
path: root/lib/chef/provider/launchd.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-12-19 11:30:53 -0800
committerTim Smith <tsmith@chef.io>2017-12-19 11:30:53 -0800
commit8f51bec4799e32784af6d0f790145906deb5c52c (patch)
tree20dfd2a78ed146b77e66f5c1848b7e2e60f5d73f /lib/chef/provider/launchd.rb
parentfc813e21f253d5278cb42710874a34cfebfcc8ca (diff)
downloadchef-launchd.tar.gz
Modernize launchd resourcelaunchd
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/provider/launchd.rb')
-rw-r--r--lib/chef/provider/launchd.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/provider/launchd.rb b/lib/chef/provider/launchd.rb
index 8281410d42..8d868784dd 100644
--- a/lib/chef/provider/launchd.rb
+++ b/lib/chef/provider/launchd.rb
@@ -17,7 +17,6 @@
#
require "chef/provider"
-require "chef/resource/launchd"
require "chef/resource/file"
require "chef/resource/cookbook_file"
require "chef/resource/macosx_service"