module-icinga2/manifests/server.pp

16 lines
261 B
ObjectPascal
Raw Normal View History

# == Class: icinga2::server
#
# This module installs and configures the server components for the Icinga 2 monitoring system.
#
# === Parameters
#
# Coming soon...
#
# === Examples
#
# Coming soon...
#
class () icinga2::server inherits icinga2::params {
}