]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
mbvd-besttoimpress upgrade mariadb from 5 to 10
authorAndreas Gerstenberg <gerstenberg@pixelpark.com>
Thu, 12 Oct 2017 08:09:58 +0000 (10:09 +0200)
committerAndreas Gerstenberg <gerstenberg@pixelpark.com>
Thu, 12 Oct 2017 08:09:58 +0000 (10:09 +0200)
customer/mbvd-besttoimpress/web-besttoimpress-de.pixelpark.net.yaml

index cfaf7969ea7861ba5a8524e231106f872bbc9c36..4936573b8466eccfb7e0097c8d59bf6e60f7d82c 100644 (file)
@@ -4,6 +4,22 @@ infra::additional_classes:
   - apache::mod::headers
   - infra::profile::mysql_server
 
+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.2/centos/7/x86_64/
+      enabled=1
+      gpgcheck=1
+      gpgkey=http://repo.pixelpark.com/Linux/yum/mariadb/RPM-GPG-KEY-MariaDB
+
 apache::default_vhost: false
 
 repo::remi_php71: true