4353de0 replica-install: pass --ip-address to client install

1 file Authored by stlaz 6 years ago, Committed by cheimes 6 years ago,
    replica-install: pass --ip-address to client install
    
    In replica DL1 installation, the --ip-address option was not passed
    down to the ipa-client-install script (when not promoting client).
    This resulted in creating DNS records for all of the host's interface
    IP adresses instead of just those specified.
    
    This patch passes all the --ip-address options down to the client
    installation script.
    
    https://pagure.io/freeipa/issue/7405
    
    Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>