Vagrant: icinga_packages: include icinga-php-* from release repo
... as they're not snapshotted.
This commit is contained in:
parent
9e0785b0b4
commit
d6eda914f9
|
@ -14,4 +14,13 @@ class icinga_packages {
|
|||
gpgkey => 'https://packages.icinga.com/icinga.key',
|
||||
descr => "Icinga Repository - ${::architecture}"
|
||||
}
|
||||
|
||||
yumrepo { 'icinga_release_packages':
|
||||
baseurl => "https://packages.icinga.com/epel/${::operatingsystemmajrelease}/release/",
|
||||
enabled => '1',
|
||||
gpgcheck => '1',
|
||||
gpgkey => 'https://packages.icinga.com/icinga.key',
|
||||
descr => "Icinga Repository - ${::architecture} (release)",
|
||||
includepkgs => 'icinga-php-*'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue