Module 'icinga2_mysql': add documentation

refs #6842
This commit is contained in:
Alexander Klimov 2014-09-02 15:30:51 +02:00
parent 2de3af2505
commit d3d64e3efe
1 changed files with 16 additions and 0 deletions

View File

@ -1,4 +1,20 @@
# Class: icinga2_mysql
#
# This class installs Icinga 2 and Icinga-2-IDO-MySQL and set up the database for the last one.
#
# Requires:
#
# icinga2
# icinga_packages
# icinga2::feature
# mysql::database::populate
#
# Sample Usage:
#
# include icinga2_mysql
#
class icinga2_mysql {
include icinga2
include icinga_packages
package { 'icinga2-ido-mysql':