diff options
Diffstat (limited to 'vars')
-rw-r--r-- | vars/hostclass/desktop | 3 | ||||
-rw-r--r-- | vars/hostclass/freebsd_hypervisor | 1 | ||||
-rw-r--r-- | vars/hostclass/nfs_server | 3 |
3 files changed, 6 insertions, 1 deletions
diff --git a/vars/hostclass/desktop b/vars/hostclass/desktop index 6c2e45f..4d97d4e 100644 --- a/vars/hostclass/desktop +++ b/vars/hostclass/desktop @@ -1,5 +1,8 @@ #!/bin/sh +desktop_access_role='desktop-access' +login_access_groups="${login_access_groups:-} ${desktop_access_role}" + # Let users run gdb/truss. allow_proc_debug=1 diff --git a/vars/hostclass/freebsd_hypervisor b/vars/hostclass/freebsd_hypervisor index f3d6ac1..818afc8 100644 --- a/vars/hostclass/freebsd_hypervisor +++ b/vars/hostclass/freebsd_hypervisor @@ -4,3 +4,4 @@ enable_pf=false enable_idm=false smtp_host=${smtp_host_ip} resolvers=$bootstrap_resolvers +boxconf_reboot=false diff --git a/vars/hostclass/nfs_server b/vars/hostclass/nfs_server index 2957aec..cd9963e 100644 --- a/vars/hostclass/nfs_server +++ b/vars/hostclass/nfs_server @@ -1,3 +1,4 @@ #!/bin/sh -allowed_tcp_ports='ssh nfsd' +allowed_tcp_ports='ssh nfsd http https' +nginx_gssapi=true |