cfengine_stdlib
Nicolas Charles <[email protected]> Mon, 25 Jan 2010 12:14:06 +0100
| Newsgroups | gmane.comp.sysutils.cfengine.bugs |
|---|---|
| Message-ID | <[email protected]> |
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