summaryrefslogtreecommitdiffstats
path: root/minion
diff options
context:
space:
mode:
authorSeth Vidal <skvidal@fedoraproject.org>2007-09-27 17:06:43 -0400
committerSeth Vidal <skvidal@fedoraproject.org>2007-09-27 17:06:43 -0400
commitd6faae779cc38e5d345351eafe05e510037b8b37 (patch)
tree3cc7e588a47cd9deae89c0111ca2ea9453e72afd /minion
parentf6151eb9b96126220961e056c66fb993bb652f19 (diff)
downloadthird_party-func-d6faae779cc38e5d345351eafe05e510037b8b37.tar.gz
third_party-func-d6faae779cc38e5d345351eafe05e510037b8b37.tar.xz
third_party-func-d6faae779cc38e5d345351eafe05e510037b8b37.zip
typo
Diffstat (limited to 'minion')
-rwxr-xr-xminion/server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/minion/server.py b/minion/server.py
index 134cd13..af4c4e0 100755
--- a/minion/server.py
+++ b/minion/server.py
@@ -34,7 +34,7 @@ import codes
import module_loader
import utils
-class FuncdConfig(BaseConfig)
+class FuncdConfig(BaseConfig):
overlord_server = Option('funcmaster')
log_level = Option('INFO')
certmaster = Option('http://certmaster:51235/')