summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 055c1a65..031b493f 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -86,6 +86,12 @@ hosts =
"840760dc-08f0-11e2-8c61-576b7e66acfd"
[("turtle", "ssh://turtle.kitenet.net/~/lib/downloads/")]
& Apt.buildDep ["git-annex"] `period` Daily
+ -- rsync server for git-annex autobuilders
+ & Apt.installed ["rsync"]
+ & hasPrivContent "/etc/rsyncd.conf"
+ & hasPrivContent "/etc/rsyncd.secrets"
+ & "/etc/default/rsync" `File.containsLine` ""
+ `describe` "rsync server enabled"
& cname "tmp.kitenet.net"
& JoeySites.annexWebSite hosts "/srv/git/joey/tmp.git"