[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: defined classes in cfagent.conf not present from cfrun
From: |
Brendan Strejcek |
Subject: |
Re: defined classes in cfagent.conf not present from cfrun |
Date: |
Wed, 16 Feb 2005 15:18:59 -0600 |
User-agent: |
Mutt/1.5.6+20040818i |
Greg Retkowski wrote:
> Brendan Strejcek wrote:
>
> > I don't think this is related to your problem, but is there a
> > reason you are using a shell callout to /usr/bin/test rather than
> > FileExists?
>
> Strangely enough, changing this fixed that particular problem. Thanks
> for that pearl of wisdom! Which leads me in a different direction..
> Could it be a matter of access control in cfservd.conf? I've got rules
> to permit access for my cfagent binary. But do I need a rule in there
> for each binary that may be called from a cfengine script?
I wonder if the behavior changes if you use the
class = ( ReturnsZero(...) )
syntax rather than the
class = ( "..." )
syntax.