Install the Icinga 2 pacakge.
This commit is contained in:
parent
d0a23c9889
commit
876878cd52
1 changed files with 6 additions and 1 deletions
|
@ -67,7 +67,12 @@ class icinga2::server::install::repos inherits icinga2::server {
|
|||
class icinga2::server::install::packages inherits icinga2::server {
|
||||
|
||||
include icinga2::params
|
||||
|
||||
|
||||
#Install the icinga2 pacakge
|
||||
package {$icinga2_server_package:
|
||||
ensure => installed,
|
||||
provider => $package_provider,
|
||||
}
|
||||
}
|
||||
|
||||
class icinga2::server::install::execs inherits icinga2::server {
|
||||
|
|
Loading…
Reference in a new issue