From 1aa9016a39968e812baf1b176eeaf0f2542c89e3 Mon Sep 17 00:00:00 2001 From: mh Date: Wed, 2 Jan 2013 18:29:51 +0100 Subject: trocla should be optional --- manifests/service/mysql.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'manifests') diff --git a/manifests/service/mysql.pp b/manifests/service/mysql.pp index 4a9c81a..2c74717 100644 --- a/manifests/service/mysql.pp +++ b/manifests/service/mysql.pp @@ -1,11 +1,10 @@ # Checks a mysql instance via tcp or socket - define nagios::service::mysql( $ensure = present, $check_host = 'absent', $check_port = '3306', $check_username = 'nagios', - $check_password = trocla("mysql_nagios_${::fqdn}",'plain','length: 32'), + $check_password, $check_database = 'information_schema', $check_warning = undef, $check_critical = undef, -- cgit v1.2.3