summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2015-03-12 19:49:18 -0400
committerJoey Hess2015-03-12 19:49:18 -0400
commit363ee6ef59efac0f43ff27b4cb9e46126eb44270 (patch)
treed8702ccf99b4f1c22297728f00f00666ccc20184 /config-joey.hs
parentc2a8163876b16ba9bbbaf5b59a91ca2b79462ef3 (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 57f7a835..c852826e 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 "kiteshellbox" (Stable "wheezy") "amd64"
+kiteShellBox = standardStableContainer "kiteshellbox"
& JoeySites.kiteShellBox
type Motd = [String]