Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deprecated default recipe does a lot more than resources #135

Open
koertkuipers opened this issue Aug 4, 2021 · 2 comments
Open

deprecated default recipe does a lot more than resources #135

koertkuipers opened this issue Aug 4, 2021 · 2 comments

Comments

@koertkuipers
Copy link

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?

@fozboz
Copy link

fozboz commented Oct 5, 2021

All the recipe is doing is installing packages and setting up the service.
Replace with iptables_packages and iptables_service resources.

@bby-bishopclark
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants