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
the default recipe now says its deprecated, and it says we should change to using the resources.
usually when this is the case you take a look inside the default recipe and you see one or at most a few resources from the cookbook being called, e.g. the recipe can indeed be trivially replaced by the resources.
but that doesn't seem to be the case here. the recipe is doing quite a few things outside of just using the resources. so it it not clear to me how this cookbook expects me to change from the recipe to the resources. what is the suggested path here to proceed?
The text was updated successfully, but these errors were encountered:
My read of koertkuipers' question is that the default recipe itself should be showing the resource usage as a transitional form. But it's not: its got a dire (misspelled) warning about deprecation and 60+ lines of cookbook.
the default recipe now says its deprecated, and it says we should change to using the resources.
usually when this is the case you take a look inside the default recipe and you see one or at most a few resources from the cookbook being called, e.g. the recipe can indeed be trivially replaced by the resources.
but that doesn't seem to be the case here. the recipe is doing quite a few things outside of just using the resources. so it it not clear to me how this cookbook expects me to change from the recipe to the resources. what is the suggested path here to proceed?
The text was updated successfully, but these errors were encountered: