summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-08-29 16:22:51 -0700
committerJoey Hess2014-08-29 16:22:51 -0700
commit7499ab41a5fd76f272e4a6c50c69bf846af36831 (patch)
tree1e2ffd8f97746b76fc1441eabe58cdf18cfac58f /config-joey.hs
parentbdbbee21f88bf179cd6012c4760b522e9893e625 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 159a82d5..8365b2f7 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -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