adding default features and rename class
Signed-off-by: Nick Chappell <nick@intronic.org>
This commit is contained in:
parent
f4ae2a4232
commit
829c22d1cd
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Enable Features for Icinga 2
|
||||
class icinga2::server::feature (
|
||||
$features = [],
|
||||
class icinga2::server::features (
|
||||
$features = ['checker', 'notification', 'maillog'],
|
||||
) {
|
||||
|
||||
# Do some checking
|
||||
|
|
Loading…
Reference in a new issue