Yuvipanda has uploaded a new change for review.

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

Change subject: Remove old and terrible labs-mysql-server role
......................................................................

Remove old and terrible labs-mysql-server role

http://tools.wmflabs.org/watroles/role/role::labs-mysql-server
I have emptied it

Change-Id: I86f71ddc597efb99ce3cca3b3d6737ba55785b2d
---
D manifests/role/labsmysql.pp
1 file changed, 0 insertions(+), 21 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/02/254102/1

diff --git a/manifests/role/labsmysql.pp b/manifests/role/labsmysql.pp
deleted file mode 100644
index 934fe54..0000000
--- a/manifests/role/labsmysql.pp
+++ /dev/null
@@ -1,21 +0,0 @@
-#include "mysql.db"
-
-class role::labs-mysql-server {
-
-    $datadir = $::mysql_datadir ? {
-        undef   => '/mnt/mysql',
-        default => $::mysql_datadir,
-    }
-    $bind_address = $::mysql_server_bind_address ? {
-        undef   => '127.0.0.1',
-        default => $::mysql_server_bind_address
-    }
-
-    class { 'mysql::server':
-        config_hash => {
-            # Move mysql data to a place where there's actually space.
-            'datadir'      => $datadir,
-            'bind_address' => $bind_address,
-        }
-    }
-}

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I86f71ddc597efb99ce3cca3b3d6737ba55785b2d
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Yuvipanda <yuvipa...@wikimedia.org>

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

Reply via email to