summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-13 17:50:44 -0400
committerJoey Hess2014-04-13 17:50:44 -0400
commit90370dc57576ec6d4701acd4b5672eeba269a386 (patch)
tree798ade3f259fdd1eaa1b1a89030cc304028d4254 /config-joey.hs
parent38cd54a7ee853f13036a02205e1655eac6e7b43a (diff)
stable-backports can't be used :(
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"