propellor spin

This commit is contained in:
Joey Hess 2014-08-29 16:24:16 -07:00
parent 7499ab41a5
commit d968da96f3
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ clam = standardSystem "clam.kitenet.net" Unstable "amd64"
& Docker.garbageCollected `period` Daily
& Docker.docked hosts "webserver"
& File.dirExists "/var/www/html"
& "/var/www/html/index.html" `File.hasContent` ["hello, world"]
& File.notPresent "/var/www/html/index.html"
& "/var/www/index.html" `File.hasContent` ["hello, world"]
& alias "helloworld.kitenet.net"