From bbf95fcff905f27aedb042a522735f9cc9ae9933 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 26 Jan 2018 12:02:56 -0800 Subject: Remove epic_fail alias to ignore_failure We deprecated this in 13.7 and we have a Foodcritic rule to identify it. There's only 1 person using it on the entire Supermarket since we haven't documented it since Chef docs were on the wiki. Signed-off-by: Tim Smith --- lib/chef/resource.rb | 5 ----- 1 file changed, 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 @@ -535,11 +535,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. # -- cgit v1.2.1