-
Notifications
You must be signed in to change notification settings - Fork 98
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
Update and refactor policy and policy_groups endpoints #177
Conversation
3f2702c
to
7ad8a34
Compare
LGTM 👍 |
@@ -55,6 +55,11 @@ OptionParser.new do |opts| | |||
options[:log_file] = value | |||
end | |||
|
|||
opts.on("--enterprise", "Whether to run in enterprise mode") do |value| |
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.
I realize this PR is just the chef-zero part, but will we need to push this config option up to chef-client -z
?
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.
It's really a separate question. chef-client -z doesn't support full-on enterprise mode yet (there are separate PRs for that).
Can we uncomment the pedant policies test yet? Some questions, but overall 👍 |
@tyler-ball Not yet: those are the tests to skip for ChefFS, and that's PR chef/chef#4254, which depends on stuff in this PR, so this has to go first. |
Update and refactor policy and policy_groups endpoints
No description provided.