Dzahn has submitted this change and it was merged.

Change subject: mysql: fix the last double quoted strings
......................................................................


mysql: fix the last double quoted strings

Change-Id: I1e402647da1bd4fb8980226cee207e96ed9f713e
---
M modules/mysql/manifests/params.pp
1 file changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/modules/mysql/manifests/params.pp 
b/modules/mysql/manifests/params.pp
index 4fa0067..bd56c51 100644
--- a/modules/mysql/manifests/params.pp
+++ b/modules/mysql/manifests/params.pp
@@ -25,8 +25,8 @@
     $client_package_name  = "mysql-client-${ver}"
     $server_package_name  = "mysql-server-${ver}"
 
-    $socket               = "/run/mysqld/mysqld.sock"
-    $pidfile              = "/run/mysqld/mysqld.pid"
+    $socket               = '/run/mysqld/mysqld.sock'
+    $pidfile              = '/run/mysqld/mysqld.pid'
     $datadir              = '/var/lib/mysql'
     $log_error            = '/var/log/mysql/mysql.err'
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I1e402647da1bd4fb8980226cee207e96ed9f713e
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to