summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-08-29 16:17:28 -0700
committerJoey Hess2014-08-29 16:17:28 -0700
commit0c0c9d9a7f54723d38975a4da7245f0f3bc8ada8 (patch)
tree9961c0e7da0a688e2aac1169befa9ce9aa5e000e /config-joey.hs
parent0af697a6499a98b7fab66271a5ad060ce2d9476e (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 3890b63c..1ad77cf0 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -67,6 +67,7 @@ clam = standardSystem "clam.kitenet.net" Unstable "amd64"
& Docker.configured
& Docker.garbageCollected `period` Daily
& Docker.docked hosts "webserver"
+ & File.dirExists "/var/www/html"
& "/var/www/html/index.html" `File.containsLine` "hello, world"
& alias "helloworld.kitenet.net"