Prechádzať zdrojové kódy

adding default features and rename class

Signed-off-by: Nick Chappell <nick@intronic.org>
Steven Bambling 9 rokov pred
rodič
commit
829c22d1cd
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      manifests/server/features.pp

+ 2 - 2
manifests/server/features.pp

@@ -1,6 +1,6 @@
 # Enable Features for Icinga 2
-class icinga2::server::feature (
-  $features = [],
+class icinga2::server::features (
+  $features = ['checker', 'notification', 'maillog'],
 ) {
 
   # Do some checking