strfry-cookbook/Policyfile.rb
2024-06-07 19:37:45 +02:00

17 lines
503 B
Ruby

# 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 'strfry'
# Where to find external cookbooks:
default_source :supermarket
# run_list: chef-client will run these recipes in the order specified.
run_list 'strfry::default'
# Specify a custom source for a single cookbook:
cookbook 'strfry', path: '.'