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