summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2014-07-17 16:16:13 -0400
committerJoey Hess2014-07-17 16:16:13 -0400
commitb0fd7f0006546c856ab8d2d25e26dfbc8c030124 (patch)
tree9e7eca8521fb17c294b49939bbe97881c20471e7 /src
parent0f7a2634c49fcb761505b4fd61a158cf0254f7eb (diff)
propellor spin
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index 14e3aa0e..11702c69 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -381,4 +381,4 @@ podcatcher :: Property
podcatcher = Cron.niceJob "podcatcher run hourly" "55 * * * *"
"joey" "/home/joey/lib/sound/podcasts"
"xargs git-annex importfeed -c annex.genmetadata=true < feeds; mr --quiet update"
- `requires` Apt.installed ["git-annex"]
+ `requires` Apt.installed ["git-annex", "myrepos"]