From 097b76a1e1ce153d0877372fbd7bd391d0a05d36 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Fri, 27 Oct 2017 09:52:44 +0200 Subject: [PATCH] spk-spar-checker - disable temporary apache module from web02-spar-checker-de --- customer/spk-spar-checker/common.yaml | 4 ---- customer/spk-spar-checker/test.yaml | 5 +++++ .../web01-spar-checker-de.pixelpark.net.yaml | 5 +++++ .../web02-spar-checker-de.pixelpark.net.yaml | 5 +++++ 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/customer/spk-spar-checker/common.yaml b/customer/spk-spar-checker/common.yaml index c414bdeb..c8749b77 100644 --- a/customer/spk-spar-checker/common.yaml +++ b/customer/spk-spar-checker/common.yaml @@ -1,9 +1,5 @@ --- infra::role: base -infra::additional_classes: - - infra::profile::apache_php - - infra::profile::mysql_server - - infra::profile::cron accounts::users: sebastian.bator: diff --git a/customer/spk-spar-checker/test.yaml b/customer/spk-spar-checker/test.yaml index b754b9f6..7a75e748 100644 --- a/customer/spk-spar-checker/test.yaml +++ b/customer/spk-spar-checker/test.yaml @@ -1,4 +1,9 @@ --- +infra::additional_classes: + - infra::profile::apache_php + - infra::profile::mysql_server + - infra::profile::cron + mysql::client::package_name: "mysql-community-client" # required forproper MySQL installation mysql::server::package_name: "mysql-community-server" # required forproper MySQL installation mysql::server::service_name: "mysqld" # required forproper MySQL installation diff --git a/customer/spk-spar-checker/web01-spar-checker-de.pixelpark.net.yaml b/customer/spk-spar-checker/web01-spar-checker-de.pixelpark.net.yaml index 3d3194ac..91cae9e7 100644 --- a/customer/spk-spar-checker/web01-spar-checker-de.pixelpark.net.yaml +++ b/customer/spk-spar-checker/web01-spar-checker-de.pixelpark.net.yaml @@ -1,4 +1,9 @@ --- +infra::additional_classes: + - infra::profile::apache_php + - infra::profile::mysql_server + - infra::profile::cron + mysql::server::override_options: 'mysqld': server-id: '1' diff --git a/customer/spk-spar-checker/web02-spar-checker-de.pixelpark.net.yaml b/customer/spk-spar-checker/web02-spar-checker-de.pixelpark.net.yaml index d904fdc6..24c3835d 100644 --- a/customer/spk-spar-checker/web02-spar-checker-de.pixelpark.net.yaml +++ b/customer/spk-spar-checker/web02-spar-checker-de.pixelpark.net.yaml @@ -1,4 +1,9 @@ --- +infra::additional_classes: +# - infra::profile::apache_php + - infra::profile::mysql_server + - infra::profile::cron + mysql::server::override_options: 'mysqld': server-id: '2' -- 2.39.5