wrong icinga ver

Signed-off-by: Nick Chappell <nick@intronic.org>
This commit is contained in:
Steven Bambling 2014-09-30 17:17:59 -04:00 committed by Nick Chappell
parent aa72b8e1dd
commit e846110b8d

View file

@ -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: }
}