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:
parent
8ce71724ad
commit
a12585bc7c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue