From b0fd7f0006546c856ab8d2d25e26dfbc8c030124 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 17 Jul 2014 16:16:13 -0400 Subject: propellor spin --- src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Property') 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"] -- cgit v1.2.3