Actions
Bug #11399
closedProvisioning wizard outputting incorrect install string
Description
After following the provisioning wizard the outputted command is incorrect
foreman-installer \ --enable-foreman-proxy \ foreman-proxy-tftp=true \ foreman-proxy-tftp-servername=192.168.131.229 \ foreman-proxy-dhcp=true \ foreman-proxy-dhcp-interface=eth0 \ foreman-proxy-dhcp-gateway=192.168.131.254 \ foreman-proxy-dhcp-range="192.168.131.150 192.168.131.159" \ foreman-proxy-dhcp-nameservers="192.168.131.229,8.8.8.8" \ foreman-proxy-dns=true \ foreman-proxy-dns-interface=eth0 \ foreman-proxy-dns-zone=domain.co.uk \ foreman-proxy-dns-reverse=131.168.192.in-addr.arpa \ foreman-proxy-dns-forwarders=8.8.8.8 \ foreman-proxy-dns-forwarders=8.8.4.4 \ foreman-proxy-foreman-base-url=https://foreman.domain.co.uk \ foreman-proxy-oauth-consumer-key=xxxxxxxxxxxxxxxxxxxxxxxxxxx\ foreman-proxy-oauth-consumer-secret=xxxxxxxxxxxxxxxxxxxxxxxxxxx
--
is missing from each line
Actions