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

Migrate to native Chef helper functions #268

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ChefAustin
Copy link
Contributor

@ChefAustin ChefAustin commented Nov 24, 2021

What type of PR is this?
/kind deprecation

What this PR does / why we need it:
This PR will swap-out usage of custom node helper functions to their corresponding native Chef helper function (when available). By changing this, we could also remove a lot of dependence upon Facebook's helper functions and allow your repo of cookbooks to be slightly more "portable" from one organization to the next (without having to bring in dependent cookbooks to serve a single puprose; like making a function definition available).

Which issue(s) this PR fixes:

Fixes #265

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

NONE

Additional documentation e.g., Design Proposals, usage docs, etc.:


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

Successfully merging this pull request may close these issues.

Native Chef Helpers functions duplicated as node methods
2 participants