Yuvipanda has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/319504

Change subject: jupyterhub: Fix typo
......................................................................

jupyterhub: Fix typo

Bug: T149543
Change-Id: If1221c8e8aa3048e0fe8293f716e5a82d05fd8c4
---
M modules/jupyterhub/files/jupyterhub_config.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/04/319504/1

diff --git a/modules/jupyterhub/files/jupyterhub_config.py 
b/modules/jupyterhub/files/jupyterhub_config.py
index 9d8f374..5c0205f 100644
--- a/modules/jupyterhub/files/jupyterhub_config.py
+++ b/modules/jupyterhub/files/jupyterhub_config.py
@@ -48,7 +48,7 @@
 # things via pip easily and have them be immediately available
 c.SystemdSpawner.extra_paths = ['/home/{USERNAME}/venv/bin']
 
-if 'HTTP_PROXY' in os.environ:
+if 'SINGLEUSER_HTTP_PROXY' in os.environ:
     c.SystemdSpawner.environment = {
         # Use HTTP_PROXY for both HTTP and HTTPS proxy
         # Looks like smaller case is more compatible - curl doesn't like

-- 
To view, visit https://gerrit.wikimedia.org/r/319504
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If1221c8e8aa3048e0fe8293f716e5a82d05fd8c4
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Yuvipanda <yuvipa...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to