WIP Add initial cookbook and roles for email service

This commit is contained in:
Râu Cao
2023-12-01 09:50:35 +01:00
parent 158a9c2fbe
commit fbcf1ed5e7
23 changed files with 1587 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
name 'kosmos_email'
maintainer 'Kosmos Developers'
maintainer_email 'ops@kosmos.org'
license 'MIT'
description 'Installs/configures an email service'
version '0.1.0'
chef_version '>= 18.0'
depends "hostname"
depends "postfix"