From 0c0c9d9a7f54723d38975a4da7245f0f3bc8ada8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 29 Aug 2014 16:17:28 -0700 Subject: [PATCH] propellor spin --- config-joey.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/config-joey.hs b/config-joey.hs index 3890b63..1ad77cf 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"