summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2015-04-04 21:08:56 -0400
committerJoey Hess2015-04-04 21:08:56 -0400
commitcfbdc009a898ac87bd17c2876f71c694fad2f5eb (patch)
tree0999701952023e9d1f802830c1e1fe83b205df15 /config-joey.hs
parent25c07337f8d03a3aac5fd7d5952f01fe3d1551f5 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 6f6e7134..6911581c 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -325,6 +325,7 @@ iabak = host "iabak.archiveteam.org"
& Cron.niceJob "shardstats" (Cron.Times "*/30 * * * *") "root" "/"
"/usr/local/IA.BAK/shardstats-all"
& Cron.runPropellor (Cron.Times "30 * * * *")
+ & Apt.installed ["graphite-carbon", "graphite-web"]
where
repo = "https://github.com/ArchiveTeam/IA.BAK/"