summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-13 18:21:37 -0400
committerJoey Hess2014-04-13 18:21:37 -0400
commit61f192bac1a7f43fbb4fc99513a36b657e86c8b4 (patch)
tree760cd57c90267e6fdc32ad89fe22df9ee08702b2 /config-joey.hs
parent90370dc57576ec6d4701acd4b5672eeba269a386 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-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"