Sha256: f5d3ab5acd49d48bc0096af23244d11fdcc11abb7ddcb26d1752f341181afea4
Contents?: true
Size: 527 Bytes
Versions: 14
Compression:
Stored size: 527 Bytes
Contents
# Policyfile.rb - Describe how you want Chef Infra Client to build your system. # # For more information on the Policyfile feature, visit # https://docs.chef.io/policyfile/ # A name that describes what the system you're building with Chef does. name 'deploy-context' # Where to find external cookbooks: default_source :supermarket # run_list: chef-client will run these recipes in the order specified. run_list 'deploy-context::default' # Specify a custom source for a single cookbook: cookbook 'deploy-context', path: '.'
Version data entries
14 entries across 14 versions & 1 rubygems