Hi

Hi had this vars: promise not working as expected:

      "shortname"
          comment    => "set a short name if $(names) is defined",
          classes    => always("has_shortname"),
          string     => "$(names)",
          ifvarclass => "$(names)" ;

shortname got its value after $(names), but the class "has_shortname"
was never defined. always() was my last chance, I also tried with
if_ok() and with a plain "has_shortname".

Is that expected?

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

Reply via email to