From f9258ad68a780b34189755f798f663926627f69a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 10 Oct 2014 13:04:07 -0400 Subject: propellor spin --- config-joey.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'config-joey.hs') diff --git a/config-joey.hs b/config-joey.hs index 2e0a757e..a7475edf 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -53,6 +53,7 @@ darkstar = host "darkstar.kitenet.net" & Apt.buildDep ["git-annex"] `period` Daily & Docker.configured ! Docker.docked hosts "android-git-annex" + & Docker.docked hosts "webserver" clam :: Host clam = standardSystem "clam.kitenet.net" Unstable "amd64" -- cgit v1.3-2-g0d8e From 6ea324c613c5f1f4ddb1a5894be16eca4b39adb8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 10 Oct 2014 13:24:31 -0400 Subject: propellor spin --- config-joey.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'config-joey.hs') diff --git a/config-joey.hs b/config-joey.hs index a7475edf..541d553c 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -363,7 +363,6 @@ standardContainer :: Docker.ContainerName -> DebianSuite -> Architecture -> Host standardContainer name suite arch = Docker.container name (dockerImage system) & os system & Apt.stdSourcesList `onChange` Apt.upgrade - & Apt.installed ["systemd"] & Apt.unattendedUpgrades & Apt.cacheCleaned & Docker.tweaked -- cgit v1.3-2-g0d8e From 4182cae2351e1251bdb22eeb63a4402bc51cc2de Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 10 Oct 2014 14:22:31 -0400 Subject: propellor spin --- config-joey.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config-joey.hs') diff --git a/config-joey.hs b/config-joey.hs index 541d553c..3bf01114 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -53,7 +53,7 @@ darkstar = host "darkstar.kitenet.net" & Apt.buildDep ["git-annex"] `period` Daily & Docker.configured ! Docker.docked hosts "android-git-annex" - & Docker.docked hosts "webserver" + ! Docker.docked hosts "webserver" clam :: Host clam = standardSystem "clam.kitenet.net" Unstable "amd64" -- cgit v1.3-2-g0d8e