summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-08-29 16:24:16 -0700
committerJoey Hess2014-08-29 16:24:16 -0700
commitd968da96f3f2d3103aaf0ef0246fc7153e9c59d7 (patch)
treee8eb496634ffd15bb5501450f002f7abf245512a /config-joey.hs
parent7499ab41a5fd76f272e4a6c50c69bf846af36831 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 8365b2f7..6b2dc144 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -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"