Hello there

I would like to know if there is any real templating system that can be
used in cfengine3, and that is not limited to simple scalar
substitution. I am talking about templates supporting conditionals, like

if ($this) { add that to the file }

or array expansion, like

foreach $server (@servers) { add something with $server }

I have google'd a lot lately, and done some experiments, but nothing
like that seems to be available.

Of course I could use a templating system _outside_ of cfengine3 and
create a file for all possible combinations, but that doesn't seem very
scalable to me...

Any help in the form of pointers, code, or RTFMs will be greatly
appreciated.

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

Reply via email to