Yuvipanda has submitted this change and it was merged.
Change subject: dynamicproxy: Migrate to python3
......................................................................
dynamicproxy: Migrate to python3
Change-Id: Ibf7ed28c56c2c0771e88408cb417547b9a44f1b9
---
M modules/dynamicproxy/manifests/api.pp
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Yuvipanda: Verified; Looks good to me, approved
diff --git a/modules/dynamicproxy/manifests/api.pp
b/modules/dynamicproxy/manifests/api.pp
index 0a5bb35..bc26126 100644
--- a/modules/dynamicproxy/manifests/api.pp
+++ b/modules/dynamicproxy/manifests/api.pp
@@ -14,12 +14,12 @@
mode => '0555',
}
- require_package('python-flask', 'python-redis', 'python-flask-sqlalchemy')
+ require_package('python3-flask', 'python3-redis',
'python3-flask-sqlalchemy')
uwsgi::app { 'invisible-unicorn':
settings => {
uwsgi => {
- plugins => 'python',
+ plugins => 'python3',
master => true,
http-socket => '0.0.0.0:5668',
mount =>
'/dynamicproxy-api=/usr/local/bin/invisible-unicorn.py',
--
To view, visit https://gerrit.wikimedia.org/r/291565
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ibf7ed28c56c2c0771e88408cb417547b9a44f1b9
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ladsgroup <[email protected]>
Gerrit-Reviewer: Ladsgroup <[email protected]>
Gerrit-Reviewer: Yuvipanda <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits