From: Thomas Heller Date: Wed, 2 Nov 2016 13:09:24 +0000 (+0100) Subject: BJE - changed db character-set X-Git-Tag: v0.1.0~3873^2 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=b67ef0aafeb2eee6bc89c87da4aec0e30cc16982;p=pixelpark%2Fhiera.git BJE - changed db character-set --- diff --git a/customer/buschjaeger/common.yaml b/customer/buschjaeger/common.yaml index 05e507a3..78b1d838 100644 --- a/customer/buschjaeger/common.yaml +++ b/customer/buschjaeger/common.yaml @@ -4,3 +4,9 @@ sudo::configs: priority: "06" content: | jenkins ALL=(apache) NOPASSWD: ALL + +mysql::server::override_options: + mysqld: + bind-address: 0.0.0.0 + character-set-server: utf8 + collation-server: utf8_general_ci