module-icinga2/manifests/init.pp

19 lines
191 B
ObjectPascal
Raw Normal View History

2014-05-03 04:36:32 +02:00
# == Class: icinga2
#
# This module installs the Icinga 2 monitoring system.
#
# === Parameters
#
# Coming soon...
#
# === Examples
2014-09-14 04:46:24 +02:00
#
2014-05-03 04:36:32 +02:00
# Coming soon...
2014-09-14 04:46:24 +02:00
#
2014-05-03 04:36:32 +02:00
#Our base class.
class icinga2 {
2014-09-14 04:46:24 +02:00
}