diff options
Diffstat (limited to 'vars/hostclass/freebsd_hypervisor')
-rw-r--r-- | vars/hostclass/freebsd_hypervisor | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vars/hostclass/freebsd_hypervisor b/vars/hostclass/freebsd_hypervisor new file mode 100644 index 0000000..c38452f --- /dev/null +++ b/vars/hostclass/freebsd_hypervisor @@ -0,0 +1,5 @@ +#!/bin/sh + +enable_pf=false +smtp_host=${smtp_host_ip} +resolvers=$bootstrap_resolvers |