diff options
author | Tim Smith <tsmith@chef.io> | 2017-12-19 11:30:53 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-12-19 11:30:53 -0800 |
commit | 8f51bec4799e32784af6d0f790145906deb5c52c (patch) | |
tree | 20dfd2a78ed146b77e66f5c1848b7e2e60f5d73f /lib/chef/provider/launchd.rb | |
parent | fc813e21f253d5278cb42710874a34cfebfcc8ca (diff) | |
download | chef-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.rb | 1 |
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" |