From 0f7c06a76cdf5a2dadd3daf7fc613e2752218741 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Wed, 11 May 2016 12:26:18 +0200 Subject: [PATCH] try tcp_conn_validator in live --- common.yaml | 8 ++++++++ customer/bmas-typo3/development.yaml | 6 ------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/common.yaml b/common.yaml index 9bc565fe..b119131f 100644 --- a/common.yaml +++ b/common.yaml @@ -1,5 +1,13 @@ --- site::role: base_for_old_systems +site::additional_classes: + - site::profile::tcp_validator + +site::profile::tcp_validator::validate_tcp_connection: true +site::profile::tcp_validator::tcp_conn_validators: + mcollective: + host: messageq01.pixelpark.com + port: 61614 sudo::purge: false mysql::server::remove_default_accounts: true diff --git a/customer/bmas-typo3/development.yaml b/customer/bmas-typo3/development.yaml index dc5fd988..3aeefc82 100644 --- a/customer/bmas-typo3/development.yaml +++ b/customer/bmas-typo3/development.yaml @@ -6,13 +6,7 @@ site::additional_classes: - site::profile::mysql_server - memcached - zabbix::agent - - site::profile::tcp_validator -site::profile::tcp_validator::validate_tcp_connection: true -site::profile::tcp_validator::tcp_conn_validators: - mcollective: - host: messageq01.pixelpark.com - port: 61614 # Wert nur temporaer zabbix::agent::include_dir_purge: false -- 2.39.5