Forum: CFEngine Help
Subject: Re: Select files
Author: skycoyotte
Link to topic: https://cfengine.com/forum/read.php?3,24901,24910#msg-24910

Thanks for your reply;

In my example :

....
file_select => data_log_size(".*","500000","inf"),
....
body file_select data_log_size(a,b,c)
{
leaf_name => { "$(a)" };
search_size => irange("$(b)", "$(c)");
....


First value is an integer (var = 500000)
second value is "inf" (allowed string in this case if i'm right)

No ?

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

Reply via email to