From 6b0e6abef2541eafaf7f669ff86ba86fa0f546b2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 10 Apr 2014 11:03:47 -0400 Subject: propellor spin --- config-joey.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config-joey.hs b/config-joey.hs index f8ac5e5e..9d9ad642 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -42,7 +42,7 @@ host hostname@"clam.kitenet.net" = Just $ withSystemd $ props & JoeySites.oldUseNetshellBox & Docker.docked container hostname "openid-provider" `requires` Apt.installed ["ntp"] - & Docker.docked container hostname "ancient.kitenet.net" + & Docker.docked container hostname "ancient-kitenet" & Docker.configured & Docker.garbageCollected `period` Daily -- Orca is the main git-annex build box. @@ -107,7 +107,7 @@ container _parenthost name "openid.kitenet.net:8081" ] - | name == "ancient.kitenet.net" = Just $ standardContainer Stable "amd64" + | name == "ancient-kitenet" = Just $ standardContainer Stable "amd64" [ Docker.publish "1994:80" , Docker.inside $ props & Apt.serviceInstalledRunning "apache2" -- cgit v1.2.3