On Mon, Apr 25, 2011 at 08:21:21PM -0400, Michael Stevens wrote:
>Is there a preferred method for getting variables using randomint() to stop
>getting defined once they're set, eg, avoid this;
>
> !! Redefinition of a constant scalar "rnd" (was 2786 now 195)
> !! Redefinition of a constant scalar
Is there a preferred method for getting variables using randomint() to stop
getting defined once they're set, eg, avoid this;
!! Redefinition of a constant scalar "rnd" (was 2786 now 195)
!! Redefinition of a constant scalar "rnd" (was 195 now 2749)
!! Redefinition of a constant scalar "rnd" (
Forum: Cfengine Help
Subject: Re: laying a tripwire and firing the checksum_alerts class
Author: msvob...@linkedin.com
Link to topic: https://cfengine.com/forum/read.php?3,21544,21571#msg-21571
This was my workaround to this issue. I set a class by using returnszero, and
grepping for ALERT on th
Forum: Cfengine Help
Subject: Re: fix_etc_hosts example in cf3-solutions not working
Author: mark
Link to topic: https://cfengine.com/forum/read.php?3,21564,21570#msg-21570
This should be allowed, indeed I submitted a patch for this. The only issue is
an overzealous syntax error message for somet
Forum: Cfengine Help
Subject: Re: fix_etc_hosts example in cf3-solutions not working
Author: neilhwatson
Link to topic: https://cfengine.com/forum/read.php?3,21564,21569#msg-21569
Periods are generally a reserved character in Cfengine. The are used for class
'and' joins and for scoping variables