mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
Outsource yumrepo icinga-packages' into module
icinga-packages'
refs #6842
This commit is contained in:
parent
99133823dd
commit
42a564dc8b
@ -0,0 +1,9 @@
|
||||
class icinga-packages {
|
||||
yumrepo { 'icinga-packages':
|
||||
baseurl => "http://packages.icinga.org/epel/6/snapshot/",
|
||||
enabled => '1',
|
||||
gpgcheck => '1',
|
||||
gpgkey => 'http://packages.icinga.org/icinga.key',
|
||||
descr => "Icinga Repository - ${::architecture}"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user