bebe09f Fix ca_initialize_hsm_state

1 file Authored by cheimes 4 years ago, Committed by abbra 4 years ago,
    Fix ca_initialize_hsm_state
    
    Fixup for commit eb2313920e20bb4a74fc0abc52c496ccf2822dab.
    configparser's set() method does not convert boolean to string
    automatically. Use string '"False"', which is then interpreted as
    boolean 'False' by getboolean().
    
    Related: https://pagure.io/freeipa/issue/5608
    Signed-off-by: Christian Heimes <cheimes@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>