Foreman DHCP install Error

Problem: I am trying to install a Foremanserver with an integrated dhcp

Foreman and Proxy versions: 2.4.0

Other relevant data:
[root@foreman01 ~]# foreman-installer --enable-foreman-proxy --foreman-proxy-tftp=true --foreman-proxy-tftp-servername=192.168.160.10 --foreman-proxy-dhcp=true --foreman-proxy-dhcp-interface=ens192 --foreman-proxy-dhcp-gateway=192.168.160.1 --foreman-proxy-dhcp-nameservers=“192.168.160.10” --foreman-proxy-dns=true --foreman-proxy-dns-interface=ens192 --foreman-proxy-dns-zone=domain.do --foreman-proxy-dns-reverse=160.168.192.in-addr.arpa --foreman-proxy-dns-forwarders=192.168.160.1 --foreman-proxy-foreman-base-url=https://foreman01.domain.do --foreman-proxy-oauth-consumer-key=ZdPkrC9xwokhNp77NgfvKxg2suRTmnvk --foreman-proxy-oauth-consumer-secret=BLnFxr8oTEMyasUpya4DbXWAqqBWmgR6
2021-06-03 22:56:49 [NOTICE] [root] Loading default values from puppet modules…
2021-06-03 22:56:53 [NOTICE] [root] … finished
2021-06-03 22:56:55 [NOTICE] [root] Running validation checks
2021-06-03 22:56:59 [NOTICE] [configure] Starting system configuration.
The total number of configuration tasks may increase during the run.
Observe logs or specify --verbose-log-level to see individual configuration tasks.
2021-06-03 22:57:10 [NOTICE] [configure] 100 out of 1755 done.
2021-06-03 22:57:10 [NOTICE] [configure] 200 out of 1755 done.
2021-06-03 22:57:10 [NOTICE] [configure] 300 out of 1755 done.
2021-06-03 22:57:10 [NOTICE] [configure] 400 out of 1755 done.
2021-06-03 22:57:11 [NOTICE] [configure] 500 out of 1755 done.
2021-06-03 22:57:11 [NOTICE] [configure] 600 out of 1757 done.
2021-06-03 22:57:11 [NOTICE] [configure] 700 out of 1757 done.
2021-06-03 22:57:11 [NOTICE] [configure] 800 out of 1764 done.
2021-06-03 22:57:11 [NOTICE] [configure] 900 out of 1765 done.
2021-06-03 22:57:12 [NOTICE] [configure] 1000 out of 1768 done.
2021-06-03 22:57:12 [NOTICE] [configure] 1100 out of 1769 done.
2021-06-03 22:57:12 [NOTICE] [configure] 1200 out of 1769 done.
2021-06-03 22:57:56 [NOTICE] [configure] 1300 out of 1769 done.
2021-06-03 22:57:56 [NOTICE] [configure] 1400 out of 1769 done.
2021-06-03 22:57:57 [NOTICE] [configure] 1500 out of 1786 done.
2021-06-03 22:57:57 [NOTICE] [configure] 1600 out of 1786 done.
2021-06-03 22:57:57 [NOTICE] [configure] 1700 out of 1786 done.
2021-06-03 22:57:58 [ERROR ] [configure] Proxy foreman01.domain.do has failed to load one or more features (DHCP), check /var/log/foreman-proxy/proxy.log for configuration errors
2021-06-03 22:57:58 [ERROR ] [configure] /Stage[main]/Foreman_proxy::Register/Foreman_smartproxy[foreman01.domain.do]/features: change from [“DNS”, “Discovery”, “Dynflow”, “Logs”, “Omaha”, “Openscap”, “Puppet”, “Puppet CA”, “Registration”, “SSH”, “TFTP”] to [“DHCP”, “DNS”, “Discovery”, “Dynflow”, “Logs”, “Omaha”, “Openscap”, “Puppet”, “Puppet CA”, “Registration”, “SSH”, “TFTP”] failed: Proxy foreman01.domain.do has failed to load one or more features (DHCP), check /var/log/foreman-proxy/proxy.log for configuration errors
2021-06-03 22:58:00 [NOTICE] [configure] System configuration has finished.

There were errors detected during install.
Please address the errors and re-run the installer to ensure the system is properly configured.
Failing to do so is likely to result in broken functionality.

The full log is at /var/log/foreman-installer/foreman.log