Hi, milindk.

 First of all, I'd recommend different placement of parentheses to
make it clearer what your intention is:


old:  "start_time" string=>"Yr2012.June.(Day27.Hr12||Hr14||Hr16)";

new:  "start_time" string=>"Yr2012.June.Day27.(Hr12||Hr14||Hr16)";

  Second, if CFEngine is doing something different than what you
expect, I suggest you run it with -Kv switches:

 -K will eliminate any time-locks (CFEngine tries to reduce its
footprint on the system by keeping track of what it did, and not doing
it again if it's too soon)

-v will turn on verbose mode so you can see what's happening under the hood

And read Neil's article too of course. :-)

Let us know how it goes?

Best,
-at
_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to