Move the common package parameters into the right subsection.

This commit is contained in:
Nick Chappell 2014-07-05 12:32:37 -07:00
parent 9825a61032
commit 5a704bff36

View file

@ -15,10 +15,6 @@ class icinga2::params {
#This section has parameters that are used by both the client and server subclasses
##############################
# Icinga 2 server parameters
##############################
##################
# Icinga 2 common package parameters
case $operatingsystem {
@ -38,6 +34,10 @@ class icinga2::params {
default: { fail("${operatingsystem} is not supported!") }
}
##############################
# Icinga 2 server parameters
##############################
#Whether to manage the package repositories
$manage_repos = 'true'
$server_db_type = 'pgsql'