From 8ef1c951f810d4ecfa54a6de08ae5cff538cc2e1 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Mon, 2 May 2016 19:13:08 -0600 Subject: [PATCH] Fix a spelling mistake in the polycom template for the parameter that was changed today. --- resources/templates/provision/polycom/4.x/{$mac}.cfg | 2 +- resources/templates/provision/polycom/5.x/{$mac}.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/templates/provision/polycom/4.x/{$mac}.cfg b/resources/templates/provision/polycom/4.x/{$mac}.cfg index 921f675727..c1e9598ac6 100644 --- a/resources/templates/provision/polycom/4.x/{$mac}.cfg +++ b/resources/templates/provision/polycom/4.x/{$mac}.cfg @@ -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} />