aboutsummaryrefslogtreecommitdiff
path: root/files/usr/local/etc/pkg
diff options
context:
space:
mode:
authorCullum Smith <cullum@sacredheartsc.com>2024-08-02 19:10:39 -0400
committerCullum Smith <cullum@sacredheartsc.com>2024-08-02 19:10:39 -0400
commitcbcd022f302adc39ecb89fba6faf72e68184c0e0 (patch)
treea5ab154e08fa3c4fa110b09d3475736c66840c8b /files/usr/local/etc/pkg
parentceb339370d7a0cc4a83fe54103a650dfb3f72261 (diff)
downloadinfrastructure-cbcd022f302adc39ecb89fba6faf72e68184c0e0.tar.gz
halfway working idm server and laptop hostclasses
Diffstat (limited to 'files/usr/local/etc/pkg')
-rw-r--r--files/usr/local/etc/pkg/repos/onprem.conf.freebsd6
-rw-r--r--files/usr/local/etc/pkg/repos/onprem.conf.idm_server9
2 files changed, 15 insertions, 0 deletions
diff --git a/files/usr/local/etc/pkg/repos/onprem.conf.freebsd b/files/usr/local/etc/pkg/repos/onprem.conf.freebsd
new file mode 100644
index 0000000..953ae20
--- /dev/null
+++ b/files/usr/local/etc/pkg/repos/onprem.conf.freebsd
@@ -0,0 +1,6 @@
+${site}: {
+ enabled: yes,
+ url: "http://${pkg_host}/\${ABI}/latest",
+ signature_type: "pubkey",
+ pubkey: "/usr/local/etc/ssl/repo.crt"
+}
diff --git a/files/usr/local/etc/pkg/repos/onprem.conf.idm_server b/files/usr/local/etc/pkg/repos/onprem.conf.idm_server
new file mode 100644
index 0000000..5ffad74
--- /dev/null
+++ b/files/usr/local/etc/pkg/repos/onprem.conf.idm_server
@@ -0,0 +1,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"
+}