On 09/10/2012 01:16 AM, Diego Zamboni wrote:
> Hi Nick,
>
> I haven't fully worked through the reason, but I'm pretty sure the problem
> lies with the not(), because the not() function returns a string, which is
> then being classify-ed - so the "!" inserted by the not() would be lost.
>
> Attach
Hi Nick,
I haven't fully worked through the reason, but I'm pretty sure the problem lies
with the not(), because the not() function returns a string, which is then
being classify-ed - so the "!" inserted by the not() would be lost.
Attached is an example that works - it precomputes the canonifi
On a quick look, I think you need to put the not() outside classify()
and not inside. Not tested.
--Diego
On Sep 7, 2012, at 12:04 PM, Nick Anderson wrote:
> On 09/07/2012 11:53 AM, no-re...@cfengine.com wrote:
>> Forum: CFEngine Help
>> Subject: Re: Raise a class when class thing1 but not clas
On 09/07/2012 11:53 AM, no-re...@cfengine.com wrote:
Forum: CFEngine Help
Subject: Re: Raise a class when class thing1 but not class thing2
Author: neilhwatson
Link to topic: https://cfengine.com/forum/read.php?3,27246,27247#msg-27247
Nick,
Did you check the verbose agent output to see what cla