From: sascha.strassheim Date: Thu, 8 Mar 2018 11:18:34 +0000 (+0100) Subject: test-deuwo upgrade to maria 10.1 because of typo3 X-Git-Tag: v0.1.0~1497^2~12^2~5 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=1cf0584de4fd659ad031cfb99018dd02b201c3fb;p=pixelpark%2Fhiera.git test-deuwo upgrade to maria 10.1 because of typo3 --- 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