Thcipriani has uploaded a new change for review.

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

Change subject: Ensure apt update before sql libraries install
......................................................................

Ensure apt update before sql libraries install

This alleviates conflicts with libmysqlclient18 where installing the
system package would require you to later downgrade libmysqlclient18 to
install mariadb-server-5.5.

Change-Id: I999a2fa7ef57d577effe3c2a0918771cf1a6c07e
---
M manifests/packages.pp
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet/mariadb 
refs/changes/79/195779/1

diff --git a/manifests/packages.pp b/manifests/packages.pp
index 11b79e7..d14c725 100644
--- a/manifests/packages.pp
+++ b/manifests/packages.pp
@@ -17,6 +17,7 @@
         'percona-toolkit',
         'percona-xtrabackup',
     ]:
-        ensure => present,
+        ensure  => present,
+        require => Exec['apt-get update'],
     }
 }
\ No newline at end of file

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I999a2fa7ef57d577effe3c2a0918771cf1a6c07e
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet/mariadb
Gerrit-Branch: master
Gerrit-Owner: Thcipriani <tcipri...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to