4758db1 Simplify determining if IPA client configuration is complete

2 files Authored by rcritten 3 years ago, Committed by frenaud 3 years ago,
    Simplify determining if IPA client configuration is complete
    
    When asking the quesiton "is my IPA client configured?" right now
    we look at whether the installation backed up any files and
    /etc/ipa/default.conf exists.
    
    Instead set a new state, installation, to True as soon as the
    client installation finishes.
    
    Unlike the server there is no upgrade process for clients so this
    isn't going to be all that useful for quite some time unless that
    changes because upgrading an existing install won't set this
    to True.
    
    https://pagure.io/freeipa/issue/8384
    
    Signed-off-by: Rob Crittenden <rcritten@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
    Reviewed-By: Francois Cami <fcami@redhat.com>
    
        
file modified
+17 -3
file modified
+1 -3