WIP: Add initial Policyfiles #89
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/78-policifiles"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Policyfiles take care of dependency resolution and run lists, replacing environments and roles (see https://docs.chef.io/policyfile.html)
The lock files were generated using Chef Workstation using the
chef install policies/POLICY.rbfor each policy.I still have to figure out how to make chef-run use these policyfiles directly. I did chef-run it successfully to use a Policyfile at the root of a cookbook. Internally chef-run converts everything into a Policyfile (see https://www.chef.sh/docs/chef-workstation/chef-run-users-guide/)
Refs #78
Pull request closed