Greg Karékinian 3a693efcd6 Add email notifications for failed certbot runs
Based on https://wiki.archlinux.org/index.php/Systemd/Timers#MAILTO

This can easily be used by other services, with one line added to the
[Unit] section of a service:

OnFailure=status-email-ops@%n.service

Refs #3
2019-06-20 12:46:27 +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.3.0'
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'