Explorar o código

fixing typo

Signed-off-by: Nick Chappell <nick@intronic.org>
Steven Bambling %!s(int64=9) %!d(string=hai) anos
pai
achega
aa72b8e1dd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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::feature::enables { $enabled_features: }
+  icinga::server::features::enable { $enabled_features: }
 
 }