summaryrefslogtreecommitdiffstats
path: root/base/deploy/config/deployment.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Archiving default deployment configuration.Endi Sukma Dewata2012-12-041-315/+0
| | | | | | | | | | | The default deployment configuration has been renamed and moved to /etc/pki/default.cfg to make it more accessible to users. The pkispawn has been modified to archive the default deployment configuration along with the user-provided configuration in the registry. The pkidestroy will now use both archived configuration files to ensure proper removal of the subsystem. Ticket #399
* Interpolation correction patch based on review commentsAde Lee2012-12-041-34/+43
|
* Use interpolation to build default parametersAde Lee2012-12-041-66/+88
| | | | | | This patch replaces the code in pkiparser with defaults that are built up using ConfigParser interpolation. The patch gets most (but not all) default parameters.
* Common User: pkispawn changesAde Lee2012-12-031-0/+4
|
* Replaced links of scriptlets with lists.Endi Sukma Dewata2012-11-301-0/+25
| | | | | | | | | Previously the deployment tools used symbolic links to determine the scriplets to execute and their order. The code has been changed such that now the scriplets are listed as parameters (spawn_scriplets and destroy_scriplets) in the configuration file. Ticket #403
* Simplified the configuration file using defaults.Endi Sukma Dewata2012-11-301-0/+255
Previously to create a subsystem the admin would have to copy the entire default deployment configuration, which contains many parameters, and then customize it. Now the deployment code has been changed such that the default config file will be used to provide the default values, so the admin will only need to provide the non-default parameters, thus reducing the size of the file. Sample configuration files are provided in /usr/share/pki/ deployment/config. Ticket #399