From f1d18c1725d8dfbb2189ac1f93b88512b00fb64b Mon Sep 17 00:00:00 2001 From: Alexander Klimov Date: Fri, 29 Aug 2014 10:25:36 +0200 Subject: [PATCH] Module `icinga2': add some `icinga2::feature's refs #6842 --- .vagrant-puppet/modules/icinga2/manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vagrant-puppet/modules/icinga2/manifests/init.pp b/.vagrant-puppet/modules/icinga2/manifests/init.pp index c2699fd1d..f05d51465 100644 --- a/.vagrant-puppet/modules/icinga2/manifests/init.pp +++ b/.vagrant-puppet/modules/icinga2/manifests/init.pp @@ -16,4 +16,6 @@ class icinga2 { ensure => latest, require => Class['icinga-packages'], } + + icinga2::feature { [ 'statusdata', 'command', 'compatlog' ]: } }