#433 Interpolation for paths
Closed: Fixed Opened by edewata.

Currently most path variables are generated by the deployment code which are sometimes difficult to follow:

config.pki_master_dict['pki_source_server_xml'] =\
    os.path.join(\
        config.pki_master_dict['pki_source_server_path'],\
        "server.xml")

Many of them can actually be defined in the default configuration using interpolation:

pki_source_server_xml=%(pki_source_server_path)s/server.xml

Most of the paths aren't supposed to be user configurable, but it's still better to define them using interpolation to simplify development and troubleshooting.


5ad8e0be1232bd30d3149eaa3ba70a5447e4cbb1
b3822f43432c8d9a80174a2d997be957b99901d2
b41da86d8afe32567779fefd705bf3b6c65f5838

Metadata Update from @edewata:
- Issue assigned to vakwetu
- Issue set to the milestone: 10.0.1

Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new
issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.

This issue has been cloned to GitHub and is available here:
https://github.com/dogtagpki/pki/issues/1004

If you want to receive further updates on the issue, please navigate to the
GitHub issue and click on Subscribe button.

Thank you for understanding, and we apologize for any inconvenience.

Metadata