No DNS and DHCP Service installed with forman-installer command in version 1.23

Problem: No DHCP and DNS Service installed after i run foreman-installer with version 1.23
Earlier i use foreman 1.11 and it installed default all services DNS and DHCP and all setup was preready.

Expected outcome: All services like DNS, DHCP should be installed by default

Foreman and Proxy versions: foreman-1.23.0-1.el7.noarch and foreman-proxy-1.23.0-1.el7.noarch

Foreman and Proxy plugin versions:

Other relevant data:
[e.g. logs from Foreman and/or the Proxy, modified templates, commands issued, etc]
(for logs, surround with three back-ticks to get proper formatting, e.g.)

logs

Hi,

you can take a look at section 3.2.2 of Foreman :: Manual. There you can find a comprehensive list of the available installer options (which is somewhat intimidating to be honest).
You will at least need --foreman-proxy-dhcp and --foreman-proxy-dns options for foreman-installer, and probably some related settings depending on your setup. If you search the manual for those options, you should find everything you need.
The good thing about foreman-installer is, you can run it as often as you need to, with different options. The installer will remember what settings where used last time and reuse those as defaults for future runs unless you explicitly give it other options. So just running the installer again with only the DHCP and DNS options is completely save.