From 808f33fd2418ed9a64f20846cf7301c16ffe8b84 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 18 Jul 2016 11:37:48 -0400 Subject: update --- src/Propellor/Property/SiteSpecific/JoeySites.hs | 4 ++++ 1 file changed, 4 insertions(+) (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 3b1ff3f1..bd2636cc 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -370,6 +370,7 @@ tmp = propertyList "tmp.joeyh.name" $ props & 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://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" @@ -657,6 +658,9 @@ kiteMailServer = propertyList "kitenet.net mail server" $ props `describe` "pine configured to use local imap server" & Apt.serviceInstalledRunning "mailman" + -- Override the default http url. (Only affects new lists.) + & "/etc/mailman/mm_cfg.py" `File.containsLine` + "DEFAULT_URL_PATTERN = 'https://%s/cgi-bin/mailman/'" & Postfix.service ssmtp -- cgit v1.2.3