github.com/go-chef/chef@v0.30.1/testapi/bin/cookbooks/testsamp/Policyfile.rb (about) 1 # Policyfile.rb - Describe how you want Chef Infra Client to build your system. 2 # 3 # For more information on the Policyfile feature, visit 4 # https://docs.chef.io/policyfile.html 5 6 # A name that describes what the system you're building with Chef does. 7 name 'testsamp' 8 9 # Where to find external cookbooks: 10 default_source :supermarket 11 12 # run_list: chef-client will run these recipes in the order specified. 13 run_list 'testsamp::default' 14 15 # Specify a custom source for a single cookbook: 16 cookbook 'testsamp', path: '.'