propellor spin

This commit is contained in:
Joey Hess 2014-04-13 18:21:37 -04:00
parent 90370dc575
commit 61f192bac1
Failed to extract signature
1 changed files with 2 additions and 2 deletions

View File

@ -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"