summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific/JoeySites.hs
diff options
context:
space:
mode:
authorJoey Hess2015-04-11 10:13:36 -0400
committerJoey Hess2015-04-11 10:13:36 -0400
commit9377e9ce7b10c9e68a192419e7b41e7dde40b045 (patch)
tree62fdf9397ac3f4829157b5788f671da8ea9023ad /src/Propellor/Property/SiteSpecific/JoeySites.hs
parent85649a81bd1b08cd1390221ff0f7990165dbd27a (diff)
parentaa278d34a03ee77b0d78cd784ef7d1aaa00921f3 (diff)
Merge branch 'joeyconfig'
Conflicts: privdata.joey/privdata.gpg
Diffstat (limited to 'src/Propellor/Property/SiteSpecific/JoeySites.hs')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index 235a3a75..1a3099f4 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -460,7 +460,7 @@ githubMirrors =
, ("etckeeper", plzuseurl "http://etckeeper.branchable.com/todo/")
]
where
- plzuseurl u = "please submit changes to " ++ u ++ " instead of using github pull requests"
+ plzuseurl u = "Please submit changes to " ++ u ++ " instead of using github pull requests, which are not part of my workflow. -- A robot acting on behalf of Joey Hess"
rsyncNetBackup :: [Host] -> Property NoInfo
rsyncNetBackup hosts = Cron.niceJob "rsync.net copied in daily" (Cron.Times "30 5 * * *")