From 6476805b2957766f35de27f2cada9e03dfbf8e32 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Mon, 2 May 2016 15:57:13 -0600 Subject: [PATCH] Add quotes around the values in the Polycom 4.x and 5.x templates. --- resources/templates/provision/polycom/4.x/{$mac}.cfg | 4 ++-- resources/templates/provision/polycom/5.x/{$mac}.cfg | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/templates/provision/polycom/4.x/{$mac}.cfg b/resources/templates/provision/polycom/4.x/{$mac}.cfg index db11a42d64..921f675727 100644 --- a/resources/templates/provision/polycom/4.x/{$mac}.cfg +++ b/resources/templates/provision/polycom/4.x/{$mac}.cfg @@ -35,8 +35,8 @@ 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_secondary)}device.dns.altSrvAddress={$dns_server_secondary}{/if} + {if isset($dns_server_primary)}device.dns.serverAddres="{$dns_server_primary}"{/if} + {if isset($dns_server_secondary)}device.dns.altSrvAddress="{$dns_server_secondary}"{/if} />