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' ]: } }