Moved up server_db_type variable and added a comment on what the following code block is for.

This commit is contained in:
Nick Chappell 2014-06-29 23:04:56 -07:00
parent 876878cd52
commit 7bebc9612e

View file

@ -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': {