Puppet: Fix icinga_packages to use the major release version of the OS

refs #9453
This commit is contained in:
Eric Lippmann 2015-07-20 16:46:25 +02:00
parent 7f8c589cdb
commit 2ac27e3325
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
#
class icinga_packages {
yumrepo { 'icinga_packages':
baseurl => 'http://packages.icinga.org/epel/6/snapshot/',
baseurl => "http://packages.icinga.org/epel/${::operatingsystemmajrelease}/snapshot/",
enabled => '1',
gpgcheck => '1',
gpgkey => 'http://packages.icinga.org/icinga.key',