Make the default value of the server_install_nagios_plugins value a boolean version true instead of a string version 'true'.

This commit is contained in:
Nick Chappell 2014-09-06 17:51:40 -07:00
parent 8ce71724ad
commit a12585bc7c

View file

@ -50,7 +50,7 @@ class icinga2::params {
$db_port = '5432'
#Whether to install the plugin packages when the icinga2::server class is applied:
$server_install_nagios_plugins = 'true'
$server_install_nagios_plugins = true
##############################
# Icinga 2 server package parameters