diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-14 15:13:33 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-14 15:13:33 -0400 |
| commit | 3da26fbfa1811e503f5f4f492f51cfd17e7fa5f8 (patch) | |
| tree | 7ab3c5e9b765cc5a758af44e1fa0fcc6452338a1 | |
| parent | 723af9c5f24bf91d01a79a1b5365c0db570784f8 (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs index 59514557..00c811d2 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -79,6 +79,8 @@ hosts = -- (o) ` & Apt.unattendedUpgrades & Apt.serviceInstalledRunning "ntp" & Dns.zones myDnsSecondary + + & Apt.serviceInstalledRunning "postfix" & Apt.serviceInstalledRunning "apache2" & File.hasPrivContent "/etc/ssl/certs/web.pem" |
