Merge "sensu/server: set manage_sensu_plugins to false by default"

This commit is contained in:
Jenkins 2015-03-14 22:53:18 +00:00 committed by Gerrit Code Review
commit fde35987bc

View File

@ -47,7 +47,7 @@
# [*manage_sensu_plugins*] # [*manage_sensu_plugins*]
# (optionnal) A boolean that determines if the Sensu plugins resources should be exported # (optionnal) A boolean that determines if the Sensu plugins resources should be exported
# from this node # from this node
# Defaults to 'true' # Defaults to 'false'
# #
# [*sensu_api_ip*] # [*sensu_api_ip*]
# (optionnal) IP address to bind the sensu_api to # (optionnal) IP address to bind the sensu_api to
@ -74,7 +74,7 @@ class cloud::monitoring::server::sensu (
$checks = {}, $checks = {},
$handlers = {}, $handlers = {},
$plugins = {}, $plugins = {},
$manage_sensu_plugins = true, $manage_sensu_plugins = false,
$sensu_api_ip = $::ipaddress, $sensu_api_ip = $::ipaddress,
$sensu_api_port = '4568', $sensu_api_port = '4568',
$uchiwa_ip = $::ipaddress, $uchiwa_ip = $::ipaddress,