module-icinga2/manifests/object.pp

14 lines
407 B
ObjectPascal
Raw Normal View History

# == Class: icinga2::params
#
2014-09-14 04:46:24 +02:00
# This class is intentionally empty. It just serves as a container class for other
# icinga2::object:: classes to make the module's file layout cleaner (all object defined types
# can be put into an objects/ subdirectory)
#
# === Parameters
#
# None. See inline comments for parameters on the individual object type manifests for
# more details.
#
2014-09-14 04:46:24 +02:00
class icinga2::objects { }