diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2025-05-21 08:21:58 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2025-05-21 08:21:58 -0400 |
commit | 381df692639d196c63bc7258c5b1705af134c709 (patch) | |
tree | 6c69a215f150f3291ab7a756a270fe844b6397a5 /vars | |
parent | 7b7d5b48495985d724b52c7fc027100edbc07376 (diff) | |
download | infrastructure-381df692639d196c63bc7258c5b1705af134c709.tar.gz |
fix chromium patch
Diffstat (limited to 'vars')
-rw-r--r-- | vars/hostclass/pkg_repository | 2 | ||||
-rw-r--r-- | vars/os/freebsd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vars/hostclass/pkg_repository b/vars/hostclass/pkg_repository index 96279ce..e0edc03 100644 --- a/vars/hostclass/pkg_repository +++ b/vars/hostclass/pkg_repository @@ -3,4 +3,4 @@ allowed_tcp_ports='ssh http https' nginx_redirect=false -poudriere_patches='' +poudriere_patches='chromium-gssapi' diff --git a/vars/os/freebsd b/vars/os/freebsd index 37dc712..e76fc35 100644 --- a/vars/os/freebsd +++ b/vars/os/freebsd @@ -20,7 +20,7 @@ nginx_user=www nginx_conf_dir=/usr/local/etc/nginx nslcd_user=nslcd php_version=83 -postgresql_version=16 +postgresql_version=17 python_version=311 saslauthd_runtime_dir=/var/run/saslauthd saslauthd_user=cyrus |