summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2015-09-29 18:54:41 -0400
committerJoey Hess2015-09-29 18:54:41 -0400
commitf492bd21f74d70a1586749905a6c49d159f470bb (patch)
tree476b2a67a6493d376a3442cf878ed3583870c84e /src
parent2029d3524568bba7a99a35d24c0f75f2e77d5bfe (diff)
propellor spin
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Property/SiteSpecific/IABak.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Propellor/Property/SiteSpecific/IABak.hs b/src/Propellor/Property/SiteSpecific/IABak.hs
index 68313f20..eaef2817 100644
--- a/src/Propellor/Property/SiteSpecific/IABak.hs
+++ b/src/Propellor/Property/SiteSpecific/IABak.hs
@@ -37,6 +37,10 @@ gitServer knownhosts = propertyList "iabak git server" $ props
& Cron.niceJob "shardmaint" Cron.Daily (User "root") "/"
"/usr/local/IA.BAK/shardmaint-fast; /usr/local/IA.BAK/shardmaint"
& Apt.installed ["git-annex"]
+ & Apt.installed ["libmail-sendmail-perl"]
+ & Cron.niceJob "expireemailer" Cron.Daily (User "root")
+ "/usr/local/IA.BAK"
+ "./expireemailer"
registrationServer :: [Host] -> Property HasInfo
registrationServer knownhosts = propertyList "iabak registration server" $ props