From: Thomas Dalichow Date: Mon, 19 Dec 2016 10:49:41 +0000 (+0100) Subject: spk-paydirekt - add replication client privilege to replication user for monitoring... X-Git-Tag: v0.1.0~3719 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=893f2d3c5ddf59238017597c3fd945e6895d2328;p=pixelpark%2Fhiera.git spk-paydirekt - add replication client privilege to replication user for monitoring - act two --- diff --git a/customer/spk-paydirekt/paydirekt02-sparkasse-de.pixelpark.net.yaml b/customer/spk-paydirekt/paydirekt02-sparkasse-de.pixelpark.net.yaml index d0bd2c5a..c93b3603 100644 --- a/customer/spk-paydirekt/paydirekt02-sparkasse-de.pixelpark.net.yaml +++ b/customer/spk-paydirekt/paydirekt02-sparkasse-de.pixelpark.net.yaml @@ -28,7 +28,9 @@ mysql::server::users: mysql::server::grants: 'replication@%/*.*': options: 'GRANT' - privileges: 'REPLICATION SLAVE' + privileges: + - 'REPLICATION SLAVE' + - 'REPLICATION CLIENT' table: '*.*' user: 'replication@%'