From 1cf0584de4fd659ad031cfb99018dd02b201c3fb Mon Sep 17 00:00:00 2001 From: "sascha.strassheim" Date: Thu, 8 Mar 2018 12:18:34 +0100 Subject: [PATCH] test-deuwo upgrade to maria 10.1 because of typo3 --- ...b01-deutsche-wohnen-com.pixelpark.net.yaml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/customer/deuwo/test-web01-deutsche-wohnen-com.pixelpark.net.yaml b/customer/deuwo/test-web01-deutsche-wohnen-com.pixelpark.net.yaml index 1e056c8c..d1e472e5 100644 --- a/customer/deuwo/test-web01-deutsche-wohnen-com.pixelpark.net.yaml +++ b/customer/deuwo/test-web01-deutsche-wohnen-com.pixelpark.net.yaml @@ -30,6 +30,26 @@ infra::additional_classes: apache::mod::ssl::ssl_cipher: 'EECDH+AES:EDH+AES:!SHA1:!aNULL@STRENGTH' + +mysql::server::backup::backupdir: /var/lib/backup/mysql + +# mysql +mysql::server::package_name: MariaDB-server +mysql::client::package_name: MariaDB-client +infra::additional_files: + mariadb_repo: + path: '/etc/yum.repos.d/mariadb.repo' + owner: 'root' + group: 'root' + mode: '0644' + content: | + [mariadb] + name=MariaDB Yum Repo + baseurl=http://repo.pixelpark.com/Linux/yum/mariadb/10.1/centos/7/x86_64/ + enabled=1 + gpgcheck=1 + gpgkey=http://repo.pixelpark.com/Linux/yum/mariadb/RPM-GPG-KEY-MariaDB + accounts::users: jenkins: apply: true -- 2.39.5