propellor spin

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

View File

@ -68,8 +68,8 @@ 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.containsLine` "hello, world"
& "/var/www/index.html" `File.containsLine` "hello, world"
& "/var/www/html/index.html" `File.hasContent` ["hello, world"]
& "/var/www/index.html" `File.hasContent` ["hello, world"]
& alias "helloworld.kitenet.net"
-- ssh on some extra ports to deal with horrible networks