summaryrefslogtreecommitdiff
path: root/manifests/service
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-01-02 18:29:51 +0100
committermh <mh@immerda.ch>2013-01-02 18:29:51 +0100
commit1aa9016a39968e812baf1b176eeaf0f2542c89e3 (patch)
tree4f12a5b50529d3f96c54b2588c69516f40efb4c2 /manifests/service
parent2b2268702938453bcece9ebe6070c03929910f8a (diff)
trocla should be optional
Diffstat (limited to 'manifests/service')
-rw-r--r--manifests/service/mysql.pp3
1 files changed, 1 insertions, 2 deletions
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,