Jcrespo has submitted this change and it was merged.

Change subject: Remove managing the service from the package installation
......................................................................


Remove managing the service from the package installation

Certain hosts manage its own init.d in a special way- add it to
each role independently, when it corresponds.

Change-Id: Ia7f4dd3d245fa3f45f314fd525bb223a6581acff
---
M manifests/packages_wmf.pp
1 file changed, 0 insertions(+), 7 deletions(-)

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



diff --git a/manifests/packages_wmf.pp b/manifests/packages_wmf.pp
index eb0a010..2960649 100644
--- a/manifests/packages_wmf.pp
+++ b/manifests/packages_wmf.pp
@@ -37,11 +37,4 @@
     # New packages include it, but old packages have
     # to be overwritten still
     include mariadb::mysqld_safe
-    # Also create a custom, safer mysql start/stop
-    # script
-    # Required until all packages are updated to
-    # a systemd-compatible binary
-    if ($mariadb10 == true) {
-        include mariadb::service
-    }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia7f4dd3d245fa3f45f314fd525bb223a6581acff
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet/mariadb
Gerrit-Branch: master
Gerrit-Owner: Jcrespo <jcre...@wikimedia.org>
Gerrit-Reviewer: Jcrespo <jcre...@wikimedia.org>
Gerrit-Reviewer: Marostegui <maroste...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to