mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
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',
|
gpgkey => 'https://packages.icinga.com/icinga.key',
|
||||||
descr => "Icinga Repository - ${::architecture}"
|
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…
x
Reference in New Issue
Block a user