You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 19, 2020. It is now read-only.
Current versions of Chef emit a warning if the property declaration has both default and name_property set. In Chef 13, that will become an error. For example:
From the deprecations page:
Current versions of Chef emit a warning if the property declaration has both default and name_property set. In Chef 13, that will become an error. For example:
property :my_property, [ String ], default: [], name_property: true
The text was updated successfully, but these errors were encountered: