diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2017-05-25 12:13:38 -0500 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2017-05-25 12:15:15 -0500 |
commit | 02b5706a1d1d58e8004ef0d26786bafc6fc36ba3 (patch) | |
tree | cc6d95da3d547aff64722fb2bed8411ad0a17d46 /lib/chef/providers.rb | |
parent | 29bea245bee7af04e01b12890cdfe54a34c29bbf (diff) | |
download | chef-02b5706a1d1d58e8004ef0d26786bafc6fc36ba3.tar.gz |
convert breakpoint resource to a custom resource
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'lib/chef/providers.rb')
-rw-r--r-- | lib/chef/providers.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/chef/providers.rb b/lib/chef/providers.rb index 41de44a1d6..0ea1786594 100644 --- a/lib/chef/providers.rb +++ b/lib/chef/providers.rb @@ -19,7 +19,6 @@ require "chef/provider/apt_update" require "chef/provider/apt_repository" require "chef/provider/batch" -require "chef/provider/breakpoint" require "chef/provider/cookbook_file" require "chef/provider/cron" require "chef/provider/cron/solaris" |