blob: 5ffad74107f256efd8c964cdfa0f5bf234497c90 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# The "-idm" set is a special poudriere build for the IDM servers that builds
# openldap26-server with GSSAPI_BASE. This workaround is necessary to avoid a
# circular dependency with krb5 and cyrus-sasl2-gssapi.
${site}: {
enabled: yes,
url: "http://${pkg_host}/\${ABI}/latest-idm",
signature_type: "pubkey",
pubkey: "/usr/local/etc/ssl/repo.crt"
}
|