Gergő Tisza has uploaded a new change for review.

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

Change subject: Fix Sentry version to 7.4.3
......................................................................

Fix Sentry version to 7.4.3

The sentry role used to install the newest version of Sentry;
fix it instead to the same version that's being packaged for
production use.

Also remove a workaround for a bug in an older version of Sentry.

Change-Id: I486b55d0ea9f3c2a3d9d222379c2e1c8363d7a39
---
M puppet/modules/sentry/manifests/init.pp
1 file changed, 1 insertion(+), 11 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/30/206330/1

diff --git a/puppet/modules/sentry/manifests/init.pp 
b/puppet/modules/sentry/manifests/init.pp
index afd623d..a965f7b 100644
--- a/puppet/modules/sentry/manifests/init.pp
+++ b/puppet/modules/sentry/manifests/init.pp
@@ -83,7 +83,7 @@
     # Use virtualenv because Sentry has lots of dependencies
     virtualenv::environment { $deploy_dir:
         ensure   => present,
-        packages => ['sentry[mysql]==7.*'],
+        packages => ['sentry[mysql]==7.4.3'],
         require  => Package['libmysqlclient-dev'],
     }
 
@@ -142,16 +142,6 @@
         ensure  => present,
         content => template('sentry/upstart.erb'),
         mode    => '0444',
-    }
-
-    # temporary bugfix for T90832
-    file { "${::apache::docroot}/.sentry":
-        ensure => directory,
-        owner  => 'www-data',
-    }
-    file { "${::apache::docroot}/.sentry/sentry.conf.py":
-        ensure => link,
-        target => '/etc/sentry.conf.py',
     }
 
     service { 'sentry':

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I486b55d0ea9f3c2a3d9d222379c2e1c8363d7a39
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: GergÅ‘ Tisza <[email protected]>

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

Reply via email to