Skip to main content

EpicFail

The department is: EpicFail

The full name of the cop is: Chef/Deprecations/EpicFail

Enabled by defaultSupports autocorrectionTarget Chef Version
EnabledYesAll Versions

Use ignore_failure in resources to continue when failures occur instead of the deprecated epic_fail property.

Examples

incorrect

package "foo" do
  epic_fail true
end

correct

package "foo" do
  ignore_failure true
end

Configurable attributes

NameDefault valueConfigurable values
Version Added5.1.0String
Include
    Array

    Was this page helpful?

    ×









    Search Results