Moved up server_db_type variable and added a comment on what the following code block is for.
This commit is contained in:
parent
876878cd52
commit
7bebc9612e
1 changed files with 3 additions and 3 deletions
|
@ -15,12 +15,12 @@ class icinga2::params {
|
|||
|
||||
#Whether to manage the package repositories
|
||||
$manage_repos = 'true'
|
||||
|
||||
$server_db_type = 'pgsql'
|
||||
|
||||
##############################
|
||||
# Icinga 2 server package parameters
|
||||
|
||||
$server_db_type = 'pgsql'
|
||||
|
||||
#Pick the right package and package provider parameters based on the OS:
|
||||
case $operatingsystem {
|
||||
#Red Hat/CentOS systems:
|
||||
'RedHat', 'CentOS': {
|
||||
|
|
Loading…
Reference in a new issue