summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2016-07-18 11:37:48 -0400
committerJoey Hess2016-07-18 11:37:48 -0400
commit808f33fd2418ed9a64f20846cf7301c16ffe8b84 (patch)
tree55983dc989ff50a071e68e12931a396f9c54099b /src
parent27a4e2da24eaef509368738b719250ee94b960c1 (diff)
update
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs4
1 files changed, 4 insertions, 0 deletions
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