This repository has been archived on 2025-02-14. You can view files and clone it, but cannot push or open issues or pull requests.
esh/esh_writefreely/Policyfile.rb
2025-02-15 01:05:58 +09:00

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