Initial release

This commit is contained in:
2024-06-08 17:01:45 +02:00
commit 617f7959ab
10 changed files with 244 additions and 0 deletions

16
Policyfile.rb Normal file
View File

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