Sha256: 0cceff7757ad2f84a0bd5c29d3fed5f7bd03b2b6cd068d88e3746cd51b49c299
Contents?: true
Size: 611 Bytes
Versions: 10
Compression:
Stored size: 611 Bytes
Contents
# Policyfile.rb - Describe how you want Chef to build your system. # # For more information on the Policyfile feature, visit # https://github.com/opscode/chef-dk/blob/master/POLICYFILE_README.md # A name that describes what the system you're building with Chef does. name "example_application" # Where to find external cookbooks: default_source :community # run_list: chef-client will run these recipes in the order specified. run_list "cookbook::recipe", "other_cookbook::recipe" # Specify a custom source for a single cookbook: # cookbook "development_cookbook", path: "../cookbooks/development_cookbook"
Version data entries
10 entries across 10 versions & 1 rubygems