소스 검색

removing maillog

Signed-off-by: Nick Chappell <nick@intronic.org>
Steven Bambling 9 년 전
부모
커밋
7acbb29fad
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      manifests/server/features.pp

+ 1 - 1
manifests/server/features.pp

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