e8342d4 DS install: don't fail if SSL already configured

1 file Authored by stlaz 5 years ago, Committed by cheimes 5 years ago,
    DS install: don't fail if SSL already configured
    
    DS now comes with certain SSL capabilities turned on after
    installation. Previously, we did not expect this and were
    blindly forcing everything on without checking, whether it
    needs turning on. This would result in failures if the
    config entries are already set the way we want. Relax this
    configuration.
    
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>