summaryrefslogtreecommitdiffstats
path: root/base/deploy/config/deployment.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Replaced links of scriptlets with lists.ticket-399-4Endi Sukma Dewata2012-11-281-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-281-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