From e3fc6f26b5152d6ec28d08271f12118bba174a96 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Thu, 8 Mar 2018 14:08:44 +0100 Subject: [PATCH] Enable Icinga Web 2 doc module for developer icons Requested by @nbuchwitz during his #icingacamp Berlin talk :-) --- .puppet/modules/profiles/manifests/icinga/icingaweb2.pp | 3 +++ 1 file changed, 3 insertions(+) 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, }