diff options
| author | Joey Hess <joey@kitenet.net> | 2014-08-29 16:14:09 -0700 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-08-29 16:14:09 -0700 |
| commit | 0af697a6499a98b7fab66271a5ad060ce2d9476e (patch) | |
| tree | ec808b30bd6295e529345b442189c924de3124e2 | |
| parent | 4c7f8bc8a3ba83abd086b30a3830348949f2150e (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs index cfdceb66..3890b63c 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" + & "/var/www/html/index.html" `File.containsLine` "hello, world" & alias "helloworld.kitenet.net" -- ssh on some extra ports to deal with horrible networks |
