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/cinc-repo/policyfiles/mkdocs.rb
2025-02-15 01:05:58 +09:00

39 lines
628 B
Ruby

name 'mkdocs'
###
# Cookbooks location
###
# ESH
default_source :chef_repo, '../cookbooks'
# Community
default_source :supermarket, 'https://supermarket.chef.io'
###
# Run List
###
run_list %w(
esh_laminar::service
esh_mkdocs::install
esh_webhook::system
esh_webhook::service
)
###
# Attributes
###
###
# esh_laminar
###
default['esh']['laminar']['service']['package'] = 'https://github.com/ohwgiles/laminar/releases/download/1.2/laminar_1.2-1.upstream-debian11_amd64.deb'
###
# esh_webhook
###
default['esh']['webhook']['service']['version'] = '2.8.0'
default['esh']['webhook']['service']['hook_secret'] = ''