aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCullum Smith <cullum@sacredheartsc.com>2025-06-13 08:45:33 -0400
committerCullum Smith <cullum@sacredheartsc.com>2025-06-13 08:45:33 -0400
commit2578ad0d4e87d19f15b3a0aeadf28a329873518f (patch)
tree20e0392f7b27090d3b78875fca06b18a1b6a6be8
parent07fff6eef922ef56eb4285f67278480b628a09f7 (diff)
downloadinfrastructure-2578ad0d4e87d19f15b3a0aeadf28a329873518f.tar.gz
add audacity, fix package names
-rw-r--r--files/usr/local/etc/poudriere.d/pkglist.pkg_repository1
-rw-r--r--scripts/hostclass/idm_server/90-idm2
-rw-r--r--scripts/os/freebsd/50-idm2
3 files changed, 3 insertions, 2 deletions
diff --git a/files/usr/local/etc/poudriere.d/pkglist.pkg_repository b/files/usr/local/etc/poudriere.d/pkglist.pkg_repository
index 77faf00..2c7250a 100644
--- a/files/usr/local/etc/poudriere.d/pkglist.pkg_repository
+++ b/files/usr/local/etc/poudriere.d/pkglist.pkg_repository
@@ -3,6 +3,7 @@ archivers/php${php_version}-phar
archivers/php${php_version}-zip
archivers/unzip
archivers/zip
+audio/audacity
audio/elisa
audio/fooyin
audio/freedesktop-sound-theme
diff --git a/scripts/hostclass/idm_server/90-idm b/scripts/hostclass/idm_server/90-idm
index 260e52b..bd6fb61 100644
--- a/scripts/hostclass/idm_server/90-idm
+++ b/scripts/hostclass/idm_server/90-idm
@@ -61,7 +61,7 @@ chown "$slapd_user" "$slapd_keytab"
# Install PAM/NSS integration packages.
pkg install -y \
nss-pam-ldapd-sasl \
- pam_krb5 \
+ pam_krb5-mit \
perl5 \
p5-perl-ldap \
p5-Authen-SASL \
diff --git a/scripts/os/freebsd/50-idm b/scripts/os/freebsd/50-idm
index 814cacb..8c8cac3 100644
--- a/scripts/os/freebsd/50-idm
+++ b/scripts/os/freebsd/50-idm
@@ -12,7 +12,7 @@ pkg install -y \
cyrus-sasl-gssapi \
nss-pam-ldapd-sasl \
openldap26-client \
- pam_krb5 \
+ pam_krb5-mit \
perl5 \
p5-perl-ldap \
p5-Authen-SASL \