-
Notifications
You must be signed in to change notification settings - Fork 170
Conversation
I need to figure out what to do about
|
exercise the oh-dotness of chef-dk and just fix it even though it might be breaking? |
Yeah, I think that's for the best |
With the latest commit, the |
6162a23
to
6543a96
Compare
let(:expected_policyfile_path) { File.join(other_policy_dir, "my-app-middleware.rb") } | ||
|
||
let(:expected_policyfile_content) do | ||
<<-POLICYFILE_CONTENT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it make sense to put this in a single let
(maybe at the bottom of the file) rather than having it twice?
lgtm, though I can't say I have the full context around the Policyfile implementation. |
Includes instructions on how to reverse this change in a custom generator.
6543a96
to
d8eb1c9
Compare
Fix regression with postinst script
.chef-repo.txt
file at the root of generated Chef Repos to allow chef-dk to adjust generator behavior for chef reposchef generate policyfile
to set the policy name and run list; add achef_repo
source to generated policies when generating a policy in a chef repo.