Puppet: Fix icinga_packages to use the major release version of the OS
refs #9453
This commit is contained in:
parent
7f8c589cdb
commit
2ac27e3325
|
@ -8,7 +8,7 @@
|
||||||
#
|
#
|
||||||
class icinga_packages {
|
class icinga_packages {
|
||||||
yumrepo { 'icinga_packages':
|
yumrepo { 'icinga_packages':
|
||||||
baseurl => 'http://packages.icinga.org/epel/6/snapshot/',
|
baseurl => "http://packages.icinga.org/epel/${::operatingsystemmajrelease}/snapshot/",
|
||||||
enabled => '1',
|
enabled => '1',
|
||||||
gpgcheck => '1',
|
gpgcheck => '1',
|
||||||
gpgkey => 'http://packages.icinga.org/icinga.key',
|
gpgkey => 'http://packages.icinga.org/icinga.key',
|
||||||
|
|
Loading…
Reference in New Issue