diff --git a/.puppet/modules/profiles/manifests/icinga/icingaweb2.pp b/.puppet/modules/profiles/manifests/icinga/icingaweb2.pp index a2231eb0..2ad4e030 100644 --- a/.puppet/modules/profiles/manifests/icinga/icingaweb2.pp +++ b/.puppet/modules/profiles/manifests/icinga/icingaweb2.pp @@ -134,6 +134,9 @@ } } -> + class { '::icingaweb2::module::doc': + } + -> package { 'icingaweb2-selinux': ensure => latest, }