Module icinga2': add some icinga2::feature's

refs #6842
This commit is contained in:
Alexander Klimov 2014-08-29 10:25:36 +02:00
parent cc4907bae6
commit f1d18c1725

View File

@ -16,4 +16,6 @@ class icinga2 {
ensure => latest,
require => Class['icinga-packages'],
}
icinga2::feature { [ 'statusdata', 'command', 'compatlog' ]: }
}