diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-09-25 21:38:13 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-09-25 21:38:13 -0400 |
commit | cd1ce69f104686bbb33e049c2c4c112e78febd36 (patch) | |
tree | 6654eaf12145b918cd217dcdf9b95a0060a60b7b /vars/hostclass/freebsd_hypervisor | |
parent | 93994080d976d1fd98a22422a549fe371a2bcae3 (diff) | |
download | infrastructure-cd1ce69f104686bbb33e049c2c4c112e78febd36.tar.gz |
finish idm client stuff
Diffstat (limited to 'vars/hostclass/freebsd_hypervisor')
-rw-r--r-- | vars/hostclass/freebsd_hypervisor | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vars/hostclass/freebsd_hypervisor b/vars/hostclass/freebsd_hypervisor index c38452f..f3d6ac1 100644 --- a/vars/hostclass/freebsd_hypervisor +++ b/vars/hostclass/freebsd_hypervisor @@ -1,5 +1,6 @@ #!/bin/sh enable_pf=false +enable_idm=false smtp_host=${smtp_host_ip} resolvers=$bootstrap_resolvers |