module-icinga2/manifests/server/service.pp

18 lines
No EOL
304 B
Puppet

# == Class: icinga2::server::service
#
# This class mangages the daemons of the server components for the Icinga 2 monitoring system.
#
# === Parameters
#
# Coming soon...
#
# === Examples
#
# Coming soon...
#
class icinga2::server::service inherits icinga2::server {
include icinga2::params
}