Hello guys,

We are setting up a master/slave certmaster/func server and we are getting 
this error:

Traceback (most recent call last):
  File "/usr/bin/func", line 28, in ?
    cli.parse(argv)
  File "/usr/lib/python2.4/site-packages/func/overlord/command.py", line 
247, in parse
    return self.subCommands[command].parse(args[1:])
  File "/usr/lib/python2.4/site-packages/func/overlord/command.py", line 
228, in parse
    ret = self.do(args)
  File 
"/usr/lib/python2.4/site-packages/func/overlord/cmd_modules/check.py", 
line 53, in do
    hostname = utils.get_hostname()
AttributeError: 'module' object has no attribute 'get_hostname'

Is like the get_hostname attribute is not set on the module object. Do we 
need to set up something on the minion or this is something else?

Thank you.
_______________________________________________
Func-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/func-list

Reply via email to