You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2018. It is now read-only.
This issue has been migrated from Redmine: https://dev.icinga.com/issues/10752
Created by thecrazybaker on 2015-11-30 19:03:19 +00:00
Assignee: (none)
Status: New
Target Version: (none)
Last Update: 2015-11-30 19:44:26 +00:00 (in Redmine)
Lines 87 and 88 seem redundant since the features class already pulls those variables from the parent server class.
...from features.pp
class icinga2::server::features (
$enabled_features = $icinga2::server::server_enabled_features,
$disabled_features = $icinga2::server::server_disabled_features,
) {
...from server.pp
class {'icinga2::server::config':} ~>
class {'icinga2::server::features':
enabled_features => $server_enabled_features,
disabled_features => $server_disabled_features,
} ~>
The text was updated successfully, but these errors were encountered: