summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorAdrian Likins <alikins@redhat.com>2008-10-20 15:10:35 -0400
committerAdrian Likins <alikins@redhat.com>2008-10-20 15:10:35 -0400
commitb3be4c3198e28571278404d31625a97f0c753831 (patch)
tree435af69bc554db7639ef92635e96169f5a0143a8 /etc
parentd3848c9469ce32e4015095bd2b083e4a7b9560fa (diff)
downloadfunc-b3be4c3198e28571278404d31625a97f0c753831.tar.gz
func-b3be4c3198e28571278404d31625a97f0c753831.tar.xz
func-b3be4c3198e28571278404d31625a97f0c753831.zip
Add listen_addr and listen_port to config so the
address and port funcd listens on is configurable. overlord side code for this isnt done yet, so not all that useful at the moment.
Diffstat (limited to 'etc')
-rw-r--r--etc/minion.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/minion.conf b/etc/minion.conf
index 00ff009..dd3d4cc 100644
--- a/etc/minion.conf
+++ b/etc/minion.conf
@@ -4,3 +4,5 @@
log_level = DEBUG
acl_dir = /etc/func/minion-acl.d
+listen_addr =
+listen_port = 51234