diff options
Diffstat (limited to 'lib/chef/resource.rb')
-rw-r--r-- | lib/chef/resource.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/chef/resource.rb b/lib/chef/resource.rb index 5ee4be6e25..65c2e51cf2 100644 --- a/lib/chef/resource.rb +++ b/lib/chef/resource.rb @@ -536,11 +536,6 @@ class Chef property :ignore_failure, [ TrueClass, FalseClass ], default: false, desired_state: false # - # Equivalent to #ignore_failure. - # - alias :epic_fail :ignore_failure - - # # Make this resource into an exact (shallow) copy of the other resource. # # @param resource [Chef::Resource] The resource to copy from. |