object.pp 407 B

12345678910111213
  1. # == Class: icinga2::params
  2. #
  3. # This class is intentionally empty. It just serves as a container class for other
  4. # icinga2::object:: classes to make the module's file layout cleaner (all object defined types
  5. # can be put into an objects/ subdirectory)
  6. #
  7. # === Parameters
  8. #
  9. # None. See inline comments for parameters on the individual object type manifests for
  10. # more details.
  11. #
  12. class icinga2::objects { }