propellor spin

This commit is contained in:
Joey Hess 2014-07-17 22:27:57 -04:00
parent ce0226f8ae
commit 91d148215a
Failed to extract signature
1 changed files with 1 additions and 0 deletions

View File

@ -471,6 +471,7 @@ kiteMailServer = propertyList "kitenet.net mail server"
, Apt.serviceInstalledRunning "dovecot-imapd" , Apt.serviceInstalledRunning "dovecot-imapd"
, Apt.serviceInstalledRunning "dovecot-pop3d" , Apt.serviceInstalledRunning "dovecot-pop3d"
, Apt.serviceInstalledRunning "cron" , Apt.serviceInstalledRunning "cron"
, Apt.installed ["bsd-mailx"]
] ]
where where
ctx = Context "kitenet.net" ctx = Context "kitenet.net"