On Fri, 2011-04-29 at 16:21 +0800, kirsten wrote: > So it is.. > > Module found now. But it comes with "InvalidMethodException". I will > trying to debug it. > > On Fri, 2011-04-29 at 09:56 +0200, Jan-Frode Myklebust wrote: > > On Fri, Apr 29, 2011 at 03:46:07PM +0800, kirsten wrote: > > > "slave2" is a hostname defined in /etc/hosts, will that be a problem? > > > > Ok, then it's supposed to be a string, and you need to quote it: > > > > - def ip(self, sourceip=slave2): > > + def ip(self, sourceip="slave2"): > > > > - def ipreset(self, sourceip=slave2): > > + def ipreset(self, sourceip="slave2"): > > > > > > -jf > just by eyeballing the code you have from func.minion.modules.iptables import * and then you're using: iptables.methods() I suspect that's the invalid method it can't find b/c you've imported the methods w/o the namespace of iptables being included in them. but paste the invalidmethod exception and it will be clearer. -sv _______________________________________________ Func-list mailing list Func-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/func-list