diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-09-30 11:24:54 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-09-30 11:24:54 -0400 |
| commit | 8ad02d4ab3597264612a9ea0da9ba69c5af832b8 (patch) | |
| tree | 3d21bb1420bfaea3ff7eb32068d15df716fc9436 /src/Propellor/Property/SiteSpecific | |
| parent | fd9e7d443e6ac96f163781a27674c27b43ee101f (diff) | |
| parent | f492bd21f74d70a1586749905a6c49d159f470bb (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/Property/SiteSpecific')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/IABak.hs | 4 |
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 |
