Andrew Bogott has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/365174 )

Change subject: labspuppetbackend:  Include some more python dependencies for 
jessie.
......................................................................


labspuppetbackend:  Include some more python dependencies for jessie.

Change-Id: I5eb4ffdf36ff95e0be30f86ca93c705a2fa7c3d4
---
M modules/labspuppetbackend/manifests/init.pp
1 file changed, 7 insertions(+), 0 deletions(-)

Approvals:
  Andrew Bogott: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/labspuppetbackend/manifests/init.pp 
b/modules/labspuppetbackend/manifests/init.pp
index a89c002..af24259 100644
--- a/modules/labspuppetbackend/manifests/init.pp
+++ b/modules/labspuppetbackend/manifests/init.pp
@@ -11,6 +11,13 @@
                     'python3-flask',
                     'python3-yaml')
 
+    if os_version('debian >= jessie') {
+        require_package('python-flask',
+                        'python-pymysql',
+                        'python-statsd',
+                        'python-yaml')
+    }
+
 
     file { '/usr/local/lib/python3.4/dist-packages/labspuppetbackend.py':
         source => 'puppet:///modules/labspuppetbackend/labspuppetbackend.py',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I5eb4ffdf36ff95e0be30f86ca93c705a2fa7c3d4
Gerrit-PatchSet: 3
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

Reply via email to