propellor spin

This commit is contained in:
Joey Hess 2015-03-12 19:49:18 -04:00
parent c2a8163876
commit 363ee6ef59
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -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]