diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-07-11 22:48:37 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-07-11 22:48:37 -0400 |
| commit | 27a4e2da24eaef509368738b719250ee94b960c1 (patch) | |
| tree | d9e662a558acd22844cced556e7eb868bd70d117 /src/Propellor/Property/SiteSpecific | |
| parent | a060e108030610e1ea72b0d12fe8a1cac93bce63 (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor/Property/SiteSpecific')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
