Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 359 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 359 Bytes

zero-solo-search

Cookbook to show how to use search with chef-zero and satisfy FC003

Recipes

default

  • Uses search

Usage

First with broken FC003

  1. Checkout master
  2. Run chef-client -z recipes/default.rb
  3. See it log "foo"

Second, with FC003 fixed 4. git checkout fix_fc003 5. Run chef-client -z recipes/default.rb 6. See it log "foo"