From dad9e9453b95f43e70d17ec5713cd9b095a6d16c Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Fri, 29 Feb 2008 12:01:18 -0500 Subject: using the wrong path to minion.conf, update --- func/overlord/cmd_modules/check.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'func') diff --git a/func/overlord/cmd_modules/check.py b/func/overlord/cmd_modules/check.py index cf1badb..ce84792 100644 --- a/func/overlord/cmd_modules/check.py +++ b/func/overlord/cmd_modules/check.py @@ -122,12 +122,12 @@ class CheckAction(client.command.Command): print "* iptables may be running, ensure 51234 is unblocked" def check_talk_to_certmaster(self): - config_file = '/etc/func/minion.conf' + config_file = '/etc/certmaster/minion.conf' config = read_config(config_file, FuncdConfig) cert_dir = config.cert_dir # FIXME: don't hardcode port master_uri = "http://%s:51235/" % config.certmaster - print "* this minion is configured in /etc/func/minion.conf to talk to host '%s' for certs, verify that is correct" % config.certmaster + print "* this minion is configured in /etc/certmaster/minion.conf to talk to host '%s' for certs, verify that is correct" % config.certmaster # this will be a 501, unsupported GET, but we should be # able to tell if we can make contact connect_ok = True -- cgit