Andrew Bogott has uploaded a new change for review.

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


Change subject: Install the latest python-flask, so it pulls from labsdebrepo.
......................................................................

Install the latest python-flask, so it pulls from labsdebrepo.

Change-Id: I2f7b5f0952b895afcd8204569729a7e1ccec2569
---
M modules/dynamicproxy/manifests/api.pp
1 file changed, 7 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/51/91651/1

diff --git a/modules/dynamicproxy/manifests/api.pp 
b/modules/dynamicproxy/manifests/api.pp
index 2836a71..d0bc8c4 100644
--- a/modules/dynamicproxy/manifests/api.pp
+++ b/modules/dynamicproxy/manifests/api.pp
@@ -1,9 +1,14 @@
 class dynamicproxy::api {
-    package { ['python-invisible-unicorn', 'python-flask-sqlalchemy', 
'python-flask']:
-        ensure => 'present',
+    package { 'python-flask':
+        ensure => 'latest',
         require => Class['misc::labsdebrepo'],
     }
 
+    package { ['python-invisible-unicorn', 'python-flask-sqlalchemy']:
+        ensure => 'present',
+        require => Package['python-flask'],
+    }
+
     upstart_job{ 'dynamicproxy-api':
         require => Package['python-invisible-unicorn', 
'python-flask-sqlalchemy', 'redis', 'python-flask'],
         install => 'true',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2f7b5f0952b895afcd8204569729a7e1ccec2569
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Andrew Bogott <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to