Siebrand has uploaded a new change for review.

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


Change subject: Pin the MariaDB repo to prevent update issues
......................................................................

Pin the MariaDB repo to prevent update issues

Change-Id: I9e0a35fac8baea9b7743dbe8c15697334bcf399d
---
M puppet/modules/mailman
M puppet/modules/mariadb/manifests/init.pp
2 files changed, 6 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/translatewiki 
refs/changes/94/92194/1

diff --git a/puppet/modules/mailman b/puppet/modules/mailman
index 2d55046..d4f880f 160000
--- a/puppet/modules/mailman
+++ b/puppet/modules/mailman
-Subproject commit 2d55046435236772a5e255735ede44a51581117f
+Subproject commit d4f880fee47376e0eb8df8e6cfd432f547c7b7bb
diff --git a/puppet/modules/mariadb/manifests/init.pp 
b/puppet/modules/mariadb/manifests/init.pp
index d72f78a..01dc151 100644
--- a/puppet/modules/mariadb/manifests/init.pp
+++ b/puppet/modules/mariadb/manifests/init.pp
@@ -7,6 +7,12 @@
     key_server      => 'keyserver.ubuntu.com',
   }
 
+  // Per https://mariadb.com/kb/en/installing-mariadb-deb-files/
+  apt::pin { 'mariadb':
+    priority => 1000,
+    origin   => 'mirror3.layerjet.com'
+  }
+
   class { '::mysql::server':
     package_name => 'mariadb-server',
     require => Apt::Source['mariadb'],

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9e0a35fac8baea9b7743dbe8c15697334bcf399d
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>

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

Reply via email to