From 27a4e2da24eaef509368738b719250ee94b960c1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 11 Jul 2016 22:48:37 -0400 Subject: propellor spin --- src/Propellor/Property/SiteSpecific/JoeySites.hs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/Propellor') diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index d1edc620..3b1ff3f1 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -367,6 +367,12 @@ tmp = propertyList "tmp.joeyh.name" $ props "tmp.joeyh.name" "26fd6e38-1226-11e2-a75f-ff007033bdba" [] + & pumpRss + +-- Work around for expired ssl cert. +pumpRss :: Property DebianLike +pumpRss = Cron.job "pump rss" (Cron.Times "15 * * * *") (User "joey") "/srv/web/tmp.joeyh.name/" + "wget https://rss.io.jpope.org/feed/joeyh@identi.ca.atom -O pump.atom.new --no-check-certificate 2>/dev/null; sed 's/ & / /g' pump.atom.new > pump.atom" ircBouncer :: Property (HasInfo + DebianLike) ircBouncer = propertyList "IRC bouncer" $ props -- cgit v1.2.3