Hello,

2012/9/12 Aleksey Tsalolikhin <atsaloli.t...@gmail.com>

> On Tue, Sep 11, 2012 at 7:32 PM, Diego Zamboni <di...@zzamboni.org> wrote:
> > That should work fine. Are you sure the list is being properly populated?
>
> Check with:
>
> reports:
>   cfengine_3::
>       "$(java_binary_list)";
>


   It was way a result of way too little coffee on my blood. Wrong snippet :

"java_binary_list" slist => splitstring("$(java_binary_list)",",","20");

   Fixed snippet :

"java_binary_list" slist => splitstring("$(java_binary)",",","20");

   My bad. Fixed and now it's working. Thanks everyone :-)

-- 
André Luís Lopes
andre...@andrelop.org
http://andrelop.wordpress.com/
Public GPG KeyID : 9D1B82F6
_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to