diff options
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 |