Move the common package parameters into the right subsection.
This commit is contained in:
parent
9825a61032
commit
5a704bff36
1 changed files with 4 additions and 4 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue