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