Module 'icinga_packages': add documentation

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

View File

@ -1,3 +1,11 @@
# Class: icinga_packages
#
# This class adds the YUM repository for the Icinga packages.
#
# Sample Usage:
#
# include icinga_packages
#
class icinga_packages {
yumrepo { 'icinga_packages':
baseurl => 'http://packages.icinga.org/epel/6/snapshot/',