summaryrefslogtreecommitdiffstats
path: root/func/overlord/client.py
diff options
context:
space:
mode:
authorAdrian Likins <alikins@redhat.com>2008-07-24 18:24:07 -0400
committerAdrian Likins <alikins@redhat.com>2008-07-24 18:24:07 -0400
commitb6a9c6bc5a5bd166406dee1d104c1d047371c9b6 (patch)
tree0a3486bb3ee32ab8637d6cabd5bd6ef5a78b31bf /func/overlord/client.py
parent7ee8540a086aa69355531303c16e7be657c35127 (diff)
downloadfunc-b6a9c6bc5a5bd166406dee1d104c1d047371c9b6.tar.gz
func-b6a9c6bc5a5bd166406dee1d104c1d047371c9b6.tar.xz
func-b6a9c6bc5a5bd166406dee1d104c1d047371c9b6.zip
change this call to hostname to emulate the way the old func.minion.utils
did it. Probably need to figure out if this is needed or not later.
Diffstat (limited to 'func/overlord/client.py')
-rwxr-xr-xfunc/overlord/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/func/overlord/client.py b/func/overlord/client.py
index fd425f8..a782b6e 100755
--- a/func/overlord/client.py
+++ b/func/overlord/client.py
@@ -191,7 +191,7 @@ class Overlord(object):
# raise FuncClientError
ol_key = '%s/certmaster.key' % self.config.cadir
ol_crt = '%s/certmaster.crt' % self.config.cadir
- myname = utils.get_hostname()
+ myname = utils.get_hostname(talk_to_certmaster=False)
# FIXME: should be config -akl?
# maybe /etc/pki/func is a variable somewhere?