Andrew Bogott has submitted this change and it was merged.
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(-)
Approvals:
Andrew Bogott: Verified; Looks good to me, approved
jenkins-bot: Verified
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: merged
Gerrit-Change-Id: I2f7b5f0952b895afcd8204569729a7e1ccec2569
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Andrew Bogott <[email protected]>
Gerrit-Reviewer: Andrew Bogott <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits