From 61f192bac1a7f43fbb4fc99513a36b657e86c8b4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 13 Apr 2014 18:21:37 -0400 Subject: propellor spin --- config-joey.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config-joey.hs') 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" -- cgit v1.2.3