From: Thomas Dalichow Date: Mon, 19 Dec 2016 10:38:27 +0000 (+0100) Subject: spk-paydirekt - add replication client privilege to replication user for monitoring X-Git-Tag: v0.1.0~3720 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=226639da57ed38ec98344dfb3ef62afa8cb27aab;p=pixelpark%2Fhiera.git spk-paydirekt - add replication client privilege to replication user for monitoring --- 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@%'