Springle has submitted this change and it was merged.

Change subject: switch dbstore from /a to /srv
......................................................................


switch dbstore from /a to /srv

Change-Id: I39721c0ca241a60de8ab61168ac3f7f3aad3a4b1
---
M manifests/role/mariadb.pp
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Springle: Verified; Looks good to me, approved



diff --git a/manifests/role/mariadb.pp b/manifests/role/mariadb.pp
index c69909c..18992ad 100644
--- a/manifests/role/mariadb.pp
+++ b/manifests/role/mariadb.pp
@@ -162,8 +162,8 @@
         prompt   => 'DBSTORE',
         config   => 'mariadb/dbstore.my.cnf.erb',
         password => $passwords::misc::scripts::mysql_root_pass,
-        datadir  => '/a/sqldata',
-        tmpdir   => '/a/tmp',
+        datadir  => '/srv/sqldata',
+        tmpdir   => '/srv/tmp',
     }
 
     include mariadb::monitor_disk

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I39721c0ca241a60de8ab61168ac3f7f3aad3a4b1
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Springle <[email protected]>
Gerrit-Reviewer: Springle <[email protected]>

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

Reply via email to