summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config-joey.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 031b493f..d277fc26 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -88,8 +88,8 @@ hosts =
& Apt.buildDep ["git-annex"] `period` Daily
-- rsync server for git-annex autobuilders
& Apt.installed ["rsync"]
- & hasPrivContent "/etc/rsyncd.conf"
- & hasPrivContent "/etc/rsyncd.secrets"
+ & File.hasPrivContent "/etc/rsyncd.conf"
+ & File.hasPrivContent "/etc/rsyncd.secrets"
& "/etc/default/rsync" `File.containsLine` ""
`describe` "rsync server enabled"