propellor spin
This commit is contained in:
parent
90370dc575
commit
61f192bac1
|
@ -88,8 +88,8 @@ hosts =
|
||||||
& Apt.buildDep ["git-annex"] `period` Daily
|
& Apt.buildDep ["git-annex"] `period` Daily
|
||||||
-- rsync server for git-annex autobuilders
|
-- rsync server for git-annex autobuilders
|
||||||
& Apt.installed ["rsync"]
|
& Apt.installed ["rsync"]
|
||||||
& hasPrivContent "/etc/rsyncd.conf"
|
& File.hasPrivContent "/etc/rsyncd.conf"
|
||||||
& hasPrivContent "/etc/rsyncd.secrets"
|
& File.hasPrivContent "/etc/rsyncd.secrets"
|
||||||
& "/etc/default/rsync" `File.containsLine` ""
|
& "/etc/default/rsync" `File.containsLine` ""
|
||||||
`describe` "rsync server enabled"
|
`describe` "rsync server enabled"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue