From 5f5fdb837323af2e82c39cf8e6af96b5d6907020 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 3 Apr 2019 17:01:01 -0400 Subject: remove old cron job --- src/Propellor/Property/SiteSpecific/JoeySites.hs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/Propellor/Property/SiteSpecific/JoeySites.hs') diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index c5cfbc71..147fb8ca 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -344,13 +344,7 @@ tmp = propertyList "tmp.joeyh.name" $ props "tmp.joeyh.name" "26fd6e38-1226-11e2-a75f-ff007033bdba" [] - & pumpRss - --- Work around for expired ssl cert. --- (Obsolete; need to revert this.) -pumpRss :: Property DebianLike -pumpRss = Cron.job "pump rss" (Cron.Times "15 * * * *") (User "joey") "/srv/web/tmp.joeyh.name/" - "wget https://pump2rss.com/feed/joeyh@identi.ca.atom -O pump.atom.new --no-check-certificate 2>/dev/null; sed 's/ & / /g' pump.atom.new > pump.atom" + & Cron.jobDropped "pump rss" (Cron.Times "15 * * * *") ircBouncer :: Property (HasInfo + DebianLike) ircBouncer = propertyList "IRC bouncer" $ props -- cgit v1.2.3