mirror of
https://git.rockylinux.org/rocky/peridot-rocky.git
synced 2024-10-08 03:04:10 +00:00
16 lines
496 B
INI
16 lines
496 B
INI
|
# kind: resf.peridot.v1.CatalogSync
|
||
|
# This configuration file contains extra packages that we
|
||
|
# add to our repos. NO extra entry allowed in default repositories.
|
||
|
# Usually for "plus" or any other value-add repo
|
||
|
package {
|
||
|
name: "openldap"
|
||
|
type: PACKAGE_TYPE_NORMAL_FORK
|
||
|
repository {
|
||
|
name: "Plus"
|
||
|
include_filter: "openldap-servers.aarch64"
|
||
|
include_filter: "openldap-servers.ppc64le"
|
||
|
include_filter: "openldap-servers.s390x"
|
||
|
include_filter: "openldap-servers.x86_64"
|
||
|
}
|
||
|
}
|