diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-14 14:00:37 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-14 14:00:37 -0400 |
| commit | f116d6be5f29c53bb0941fb45a8180c547d777cf (patch) | |
| tree | 9615a33d5dd50db9702d9e6ecade046af7c2eb1d /config-joey.hs | |
| parent | 3f9945deca2e9fd0ef02989c1c4d8365e3b82595 (diff) | |
propellor spin
Diffstat (limited to 'config-joey.hs')
| -rw-r--r-- | config-joey.hs | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/config-joey.hs b/config-joey.hs index 76860cb6..166e84e4 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -98,13 +98,7 @@ hosts = -- (o) ` "downloads.kitenet.net" "840760dc-08f0-11e2-8c61-576b7e66acfd" [("turtle", "ssh://turtle.kitenet.net/~/lib/downloads/")] - -- rsync server for git-annex autobuilders - & Apt.installed ["rsync"] - & File.hasPrivContent "/etc/rsyncd.conf" - & File.hasPrivContent "/etc/rsyncd.secrets" - & "/etc/default/rsync" `File.containsLine` "RSYNC_ENABLE=true" - `describe` "rsync server enabled" - `onChange` Service.running "rsync" + & JoeySites.annexRsyncServer & cname "tmp.kitenet.net" & JoeySites.annexWebSite hosts "/srv/git/joey/tmp.git" |
