From 226639da57ed38ec98344dfb3ef62afa8cb27aab Mon Sep 17 00:00:00 2001 From: Thomas Dalichow Date: Mon, 19 Dec 2016 11:38:27 +0100 Subject: [PATCH] spk-paydirekt - add replication client privilege to replication user for monitoring --- .../spk-paydirekt/paydirekt01-sparkasse-de.pixelpark.net.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/customer/spk-paydirekt/paydirekt01-sparkasse-de.pixelpark.net.yaml b/customer/spk-paydirekt/paydirekt01-sparkasse-de.pixelpark.net.yaml index f0523330..6d967567 100644 --- a/customer/spk-paydirekt/paydirekt01-sparkasse-de.pixelpark.net.yaml +++ b/customer/spk-paydirekt/paydirekt01-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