diff options
| author | Joey Hess <joey@kitenet.net> | 2014-08-29 16:24:16 -0700 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-08-29 16:24:16 -0700 |
| commit | d968da96f3f2d3103aaf0ef0246fc7153e9c59d7 (patch) | |
| tree | e8eb496634ffd15bb5501450f002f7abf245512a | |
| parent | 7499ab41a5fd76f272e4a6c50c69bf846af36831 (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 2 |
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" |
