From 893f2d3c5ddf59238017597c3fd945e6895d2328 Mon Sep 17 00:00:00 2001 From: Thomas Dalichow Date: Mon, 19 Dec 2016 11:49:41 +0100 Subject: [PATCH] spk-paydirekt - add replication client privilege to replication user for monitoring - act two --- .../spk-paydirekt/paydirekt02-sparkasse-de.pixelpark.net.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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@%' -- 2.39.5