Can anyone point me in right direction to find any information on the syntax available in the provision template files?
For example here is an IF construct:
{if isset($dns_server_primary)}network.primary_dns = {$dns_server_primary}{/if}
This also contains an isset() function.
I would like to find out what constructs and functions are available to use in template files.
Kind regards,
Adrian.
For example here is an IF construct:
{if isset($dns_server_primary)}network.primary_dns = {$dns_server_primary}{/if}
This also contains an isset() function.
I would like to find out what constructs and functions are available to use in template files.
Kind regards,
Adrian.