Skip to content

Commit

Permalink
fix main class
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Jan 17, 2017
1 parent 2adef5c commit e395475
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@
validate_bool($enable)
validate_bool($manage_repo)
validate_bool($manage_service)
validate_array($features)
validate_bool($purge_features)
validate_hash($constants)
validate_array($plugins)
Expand Down Expand Up @@ -169,5 +168,5 @@
subscribe => Class['::icinga2::config']
}

include prefix($features, '::icinga2::feature::')
include prefix(any2array($features), '::icinga2::feature::')
}

0 comments on commit e395475

Please sign in to comment.