Remove the single quotes around the default value for since it's meant to be a boolean value, not a string.

This commit is contained in:
Nick Chappell 2014-08-21 20:44:28 -07:00
parent 1fb7044ba5
commit 3674a4ee14

View file

@ -39,7 +39,7 @@ class icinga2::params {
##############################
#Whether to manage the package repositories
$manage_repos = 'true'
$manage_repos = true
$server_db_type = 'pgsql'
#Database paramters