ab6a6e2 Make CS.cfg edits with CA instance stopped

6 files Authored by tbabej 10 years ago, Committed by pviktori 10 years ago,
    Make CS.cfg edits with CA instance stopped
    
    This patch makes sure that all edits to CS.cfg configuration file
    are performed while pki-tomcatd service is stopped.
    
    Introduces a new contextmanager stopped_service for handling
    a general problem of performing a task that needs certain service
    being stopped.
    
    https://fedorahosted.org/freeipa/ticket/3804
    
        
file modified
+1 -1
file modified
+59 -37