Hi, Unless I'm not fully understanding cfengine's semantic, I think there is an error with the cfengine_stdlib :
body classes if_else(yes,no)
# meant to match cf2 semantics
{
promise_repaired => { "$(yes)" };
repair_failed => { "$(no)" };
repair_denied => { "$(x)" };
repair_timeout => { "$(x)" };
}
I guess the x's should be $(no)
Regards,
Nicolas
_______________________________________________
Bug-cfengine mailing list
[email protected]
https://cfengine.org/mailman/listinfo/bug-cfengine
