Add cookbook for static asset hosting

Configures assets.kosmos.org, only for webfont hosting for now.
This commit is contained in:
2021-02-25 12:12:41 +01:00
parent 09f0faadda
commit 1c47f9ab27
4 changed files with 76 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
name 'kosmos_assets'
maintainer 'Kosmos'
maintainer_email 'ops@kosmos.org'
license 'MIT'
description 'Configures static asset Web hosting'
long_description 'Configures static asset Web hosting'
version '1.0.0'
chef_version '>= 15.10' if respond_to?(:chef_version)
depends "kosmos-nginx"