diff options
Diffstat (limited to 'lib/chef/resource/breakpoint.rb')
-rw-r--r-- | lib/chef/resource/breakpoint.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/resource/breakpoint.rb b/lib/chef/resource/breakpoint.rb index b2210262d2..5a55858f71 100644 --- a/lib/chef/resource/breakpoint.rb +++ b/lib/chef/resource/breakpoint.rb @@ -22,6 +22,7 @@ require 'chef/resource' class Chef class Resource class Breakpoint < Chef::Resource + provides :breakpoint def initialize(action="break", *args) @name = caller.first |