813aab1 Tasks: raise NotImplementedError for not implemented methods

Authored and Committed by mbasti 7 years ago
    Tasks: raise NotImplementedError for not implemented methods
    
    Is safer to raise error than trying to find what is wrong with method
    that is not correctly overriden
    
    The new method set_hostname has been added which should be overriden on other
    platforms.
    
    https://fedorahosted.org/freeipa/ticket/5794
    
    Reviewed-By: David Kupka <dkupka@redhat.com>
    
        
file modified
+15 -15