Forum: CFEngine Help
Subject: Re: conditional setting of a variable
Author: neilhwatson
Link to topic: https://cfengine.com/forum/read.php?3,23180,23197#msg-23197

Your reports section looks like this.

reports:

cfengine_3::
"foo: $(foo)";
"conditional: $(conditional)";


I think it should look like this.

reports:

   cfengine_3::
      "foo: $(foo)";
   runtime_condition::
      "$(conditional)";


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

Reply via email to