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

server enforced required recipe #6032

Merged
merged 3 commits into from Apr 6, 2017
Merged

server enforced required recipe #6032

merged 3 commits into from Apr 6, 2017

Commits on Apr 6, 2017

  1. server enforced required recipe

    when the chef-server is configured to serve a requried recipe,
    chef-client shall load the recipe into the run context and
    execute it as part of the converge phase.
    
    if the chef-server is NOT configured, it will return a 404 and
    chef-client will continue normally.
    
    Signed-off-by: Stephen Delano <stephen@chef.io>
    sdelano committed Apr 6, 2017
    Copy the full SHA
    adb0a55 View commit details
    Browse the repository at this point in the history
  2. chefstyle fixes

    Signed-off-by: Stephen Delano <stephen@chef.io>
    sdelano committed Apr 6, 2017
    Copy the full SHA
    9ffe510 View commit details
    Browse the repository at this point in the history
  3. remove integration test with chef-zero for now

    Signed-off-by: Stephen Delano <stephen@chef.io>
    sdelano committed Apr 6, 2017
    Copy the full SHA
    5338cbd View commit details
    Browse the repository at this point in the history