I am looking for populating value, in zc.buildout configuration, by evaluating certain criteria. For example,
if fqdn endswith '.net' then hostname = this_pkg_server else hostname = that_pkg_server
I am looking to build site specific configuration. I can evaluate fqdn with macro but how to populate that value in configuration?
Thanks