summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Capitalized config files for bridge and vlan modulesJasper Capel2009-02-022-0/+0
|
* Added configfile for vlan moduleJasper Capel2009-02-021-0/+6
|
* Added configfile for bridge module and added it to the .spec file.Jasper Capel2009-02-021-0/+6
|
* log file acls were getting reset on rotate ↵Adrian Likins2008-12-141-0/+1
| | | | | | https://fedorahosted.org/func/ticket/65 Patch from lfoppiano
* Fix minion module config examples. Add local "Config" class to module.Adrian Likins2008-10-241-6/+4
| | | | | | | | | | Add in all the approriate types and defaults to Config class Update etc/Test.conf example to include everything in main. For now we only support one stanza config files for modules. updated test cases to test that proper values are fetched from the config file for the "test" module
* add some test cases for per module configuation.Adrian Likins2008-10-241-0/+10
| | | | | | This stuff doesnt really seem to work at this point, but pushing so other folks can take a look at it. It doesn't break anything else.
* Add listen_addr and listen_port to config so theAdrian Likins2008-10-201-0/+2
| | | | | | | address and port funcd listens on is configurable. overlord side code for this isnt done yet, so not all that useful at the moment.
* 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