Forum: CFEngine Help
Subject: Re: cf_null; truly empty lists, etc.
Author: toddnni
Link to topic: https://cfengine.com/forum/read.php?3,23642,23674#msg-23674

I had pretty same problem with cf_null and join() function in 3.1.4 and the bug 
was fixed in 3.1.5. 

I tried this with version 3.2.0

bundle agent main {

vars:
  any::
    "name_w_version" slist => { "cf_null", "package-1.2.3" };

packages:
  any::
    "$(name_w_version)"
      package_policy => "add",
      package_method => freebsd,
      package_select => "==";
}

and there was no report about or problem with cf_null. The policy tried to 
install package-1.2.3 only.

So maybe the bug is gone.

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

Reply via email to