summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2015-03-12 19:46:08 -0400
committerJoey Hess2015-03-12 19:46:08 -0400
commitc2a8163876b16ba9bbbaf5b59a91ca2b79462ef3 (patch)
treef52895ebc2cd0fe2c609fe580685628d452e668c /config-joey.hs
parentfe10f73c0fd9dfffcbf94711f888f1ab8b7d6359 (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 ce0ebba2..57f7a835 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -358,7 +358,7 @@ jerryPlay = standardContainer "jerryplay" Unstable "amd64"
& Ssh.permitRootLogin True
kiteShellBox :: Docker.Container
-kiteShellBox = standardContainer "kiteshell" (Stable "wheezy") "amd64"
+kiteShellBox = standardContainer "kiteshellbox" (Stable "wheezy") "amd64"
& JoeySites.kiteShellBox
type Motd = [String]