Просмотр исходного кода

wrong icinga ver

Signed-off-by: Nick Chappell <nick@intronic.org>
Steven Bambling 9 лет назад
Родитель
Сommit
e846110b8d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      manifests/server/features.pp

+ 1 - 1
manifests/server/features.pp

@@ -7,6 +7,6 @@ class icinga2::server::features (
   validate_array($enabled_features)
 
   # Pass the features arry to the define to loop though
-  icinga::server::features::enable { $enabled_features: }
+  icinga2::server::features::enable { $enabled_features: }
 
 }