Install dependencies regardless of $install_method
This commit is contained in:
parent
ceda2c941a
commit
756b32b89c
1 changed files with 5 additions and 5 deletions
|
@ -7,12 +7,12 @@ class icingaweb2::install {
|
|||
ensure => $::icingaweb2::pkg_ensure,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if $::icingaweb2::pkg_deps {
|
||||
package { $::icingaweb2::pkg_deps:
|
||||
ensure => $::icingaweb2::pkg_ensure,
|
||||
before => Package[$::icingaweb2::pkg_list],
|
||||
}
|
||||
if $::icingaweb2::pkg_deps {
|
||||
package { $::icingaweb2::pkg_deps:
|
||||
ensure => $::icingaweb2::pkg_ensure,
|
||||
before => Package[$::icingaweb2::pkg_list],
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue