Refactor #1769
Refactor SETTINGS variables
| Status: | New | Start: | 07/19/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Branch: | Difficulity: | |||
| Backlog: | No | |||
| Votes: | 0 |
Description
puppet proxy use puppet_conf variables
puppetca proxy use puppetdir and ssldir variables
It should be possible to rationalize these, for example :
SETTINGS.puppetdir || "/etc/puppet"
SETTINGS.puppetconf || puppetdir + "/puppet.conf"
SETTINGS.puppetautosign || puppetdir + "/autosign.conf"
SETTINGS.ssldir || "/var/lib/puppet/ssl"
Better is to read ssldir from puppet.conf, dunno how hard is that.
