diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-06-28 12:08:45 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-06-28 12:08:45 -0400 |
| commit | 1b33e363c53928e18a0124edaa0b2b90f518b14c (patch) | |
| tree | 5e7aca3d5d245774fbbe411f7e033be6daf483a2 /joeyconfig.hs | |
| parent | e1f8035023aea3abb5754703f09515f09f0f41ed (diff) | |
propellor spin
Diffstat (limited to 'joeyconfig.hs')
| -rw-r--r-- | joeyconfig.hs | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
