From 1b33e363c53928e18a0124edaa0b2b90f518b14c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 28 Jun 2017 12:08:45 -0400 Subject: propellor spin --- joeyconfig.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'joeyconfig.hs') diff --git a/joeyconfig.hs b/joeyconfig.hs index 559c6cf3..3c66ea61 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -521,7 +521,7 @@ keysafe = host "keysafe.joeyh.name" $ props -- and administrative sanity. openidProvider :: Systemd.Container openidProvider = Systemd.debContainer "openid-provider" $ props - & standardContainer (Stable "jessie") + & standardContainer (Stable "stretch") & alias hn & OpenId.providerFor [User "joey", User "liw"] hn (Just (Port 8081)) where @@ -530,7 +530,7 @@ openidProvider = Systemd.debContainer "openid-provider" $ props -- Exhibit: kite's 90's website on port 1994. ancientKitenet :: Systemd.Container ancientKitenet = Systemd.debContainer "ancient-kitenet" $ props - & standardContainer (Stable "jessie") + & standardContainer (Stable "stretch") & alias hn & Git.cloned (User "root") "git://kitenet-net.branchable.com/" "/var/www/html" (Just "remotes/origin/old-kitenet.net") @@ -544,7 +544,7 @@ ancientKitenet = Systemd.debContainer "ancient-kitenet" $ props oldusenetShellBox :: Systemd.Container oldusenetShellBox = Systemd.debContainer "oldusenet-shellbox" $ props - & standardContainer (Stable "jessie") + & standardContainer (Stable "stretch") & alias "shell.olduse.net" & JoeySites.oldUseNetShellBox -- cgit v1.2.3