Fix a spelling mistake in the polycom template for the parameter that was changed today.
This commit is contained in:
parent
9143ba902f
commit
8ef1c951f8
|
|
@ -35,7 +35,7 @@
|
|||
device.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||
device.auth.localAdminPassword.set="1"
|
||||
device.auth.localAdminPassword="{$admin_password}"
|
||||
{if isset($dns_server_primary)}device.dns.serverAddres="{$dns_server_primary}"{/if}
|
||||
{if isset($dns_server_primary)}device.dns.serverAddress="{$dns_server_primary}"{/if}
|
||||
{if isset($dns_server_secondary)}device.dns.altSrvAddress="{$dns_server_secondary}"{/if}
|
||||
/>
|
||||
<SNTP
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
device.sntp.gmtOffset="{$polycom_gmt_offset}"
|
||||
device.auth.localAdminPassword.set="1"
|
||||
device.auth.localAdminPassword="{$admin_password}"
|
||||
{if isset($dns_server_primary)}device.dns.serverAddres="{$dns_server_primary}"{/if}
|
||||
{if isset($dns_server_primary)}device.dns.serverAddress="{$dns_server_primary}"{/if}
|
||||
{if isset($dns_server_secondary)}device.dns.altSrvAddress="{$dns_server_secondary}"{/if}
|
||||
/>
|
||||
<SNTP
|
||||
|
|
|
|||
Loading…
Reference in New Issue