summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Add support for forcing some long running methods to be called in async mode ↵Krzysztof A. Adamski2008-06-291-0/+2
| | | | from command line.
* delete files, hopefully for real. These are certmaster stuff we dont need ↵Adrian Likins2008-02-291-7/+0
| | | | anymore
* cert dirs are configured in certmaster nowAdrian Likins2008-02-251-2/+0
|
* certs are in /etc/pki/certmaster for nowAdrian Likins2008-02-251-1/+1
|
* swap out minion-acl config file for minion-acl.d dir of .acl filesSeth Vidal2007-10-182-1/+2
|
* fine-grained acls per minionSeth Vidal2007-10-082-1/+6
| | | | - adds minion-acl.conf
* get rid of listen_port option since we really don't want that to be an optionSeth Vidal2007-10-031-1/+0
| | | | right now anyway
* Bump func version for release, add BuildRequires + logrotate scriptMichael DeHaan2007-09-281-0/+19
|
* back to calling it certmaster not certmaster_serverSeth Vidal2007-09-271-1/+1
|
* get rid of overlord_server - use only certmaster_server in minion configSeth Vidal2007-09-271-2/+1
|
* port certmaster to using an ini-style config fileSeth Vidal2007-09-272-1/+2
| | | | | import config.py from yum + some cleanups modify certmaster-ca to the same
* don't autosign by defaultSeth Vidal2007-09-271-1/+1
|
* minion.conf,config_data.py: add certmaster and cert_dir configSeth Vidal2007-09-261-0/+3
| | | | utils.py: make it use the config object
* '' doesnt work, since it thinks the hostname is ''Adrian Likins2007-09-251-1/+1
| | | | | maybe we could special case this in the code, but this makes the default at least work for now
* Renaming configuration file to 'minion.conf' and changing setup.py and ↵Michael DeHaan2007-09-251-1/+1
| | | | specfiles to understand.
* Updating configuration files to keep things seperate.Michael DeHaan2007-09-251-3/+1
|
* Update AUTHORS list (everyone else free to add you as you add stuff)Michael DeHaan2007-09-251-0/+7
|
* new, better certmaster.confSeth Vidal2007-09-251-0/+3
|
* add certmaster startup and execute scriptSeth Vidal2007-09-241-0/+4
move certmaster config file into etc path move certmaster.py into func path