Greg Karékinian d879eb88b1 Replace the certbot systemd unit with a cron job with notifications
Uses cronic (https://habilis.net/cronic/) to filter out the stdout and
send a sensible email to ops@kosmos.org when renewal fails

Closes #3
2019-06-18 18:26:14 +02:00

18 lines
474 B
Ruby

name 'kosmos-base'
maintainer 'Kosmos'
maintainer_email 'mail@kosmos.org'
license 'MIT'
description 'The Kosmos base cookbook'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.2.1'
chef_version '>= 14.0' # Uses the new sudo resource
depends 'apt'
depends 'users'
depends 'kosmos-postfix'
depends 'hostname'
depends 'firewall'
depends 'chef_client_updater'
depends 'timezone_iii'
depends 'ntp'