From: Philipp Dallig Date: Wed, 11 May 2016 10:26:18 +0000 (+0200) Subject: try tcp_conn_validator in live X-Git-Tag: v0.1.0~4872 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=0f7c06a76cdf5a2dadd3daf7fc613e2752218741;p=pixelpark%2Fhiera.git try tcp_conn_validator in live --- 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