propellor spin

This commit is contained in:
Joey Hess 2014-05-26 18:59:13 -04:00
parent 757c54ee6e
commit fe685d2660
Failed to extract signature
1 changed files with 3 additions and 1 deletions

View File

@ -267,9 +267,11 @@ gitAnnexDistributor :: Property
gitAnnexDistributor = combineProperties "git-annex distributor, including rsync server and signer"
[ Apt.installed ["rsync"]
, File.hasPrivContent "/etc/rsyncd.conf"
`onChange` Service.restarted "rsync"
, File.hasPrivContent "/etc/rsyncd.secrets"
`onChange` Service.restarted "rsync"
, "/etc/default/rsync" `File.containsLine` "RSYNC_ENABLE=true"
`onChange` Service.running "rsync"
`onChange` Service.running "rsync"
, endpoint "/srv/web/downloads.kitenet.net/git-annex/autobuild"
, endpoint "/srv/web/downloads.kitenet.net/git-annex/autobuild/x86_64-apple-mavericks"
-- git-annex distribution signing key