From 8e4076c96e1c46aa96ed3974b59cf5088fd70a8e Mon Sep 17 00:00:00 2001 From: markjcrane Date: Mon, 23 May 2016 11:59:34 -0600 Subject: [PATCH] Fix the remaining files that had the wrong syntax in the SPA devices. --- resources/templates/provision/cisco/spa301/{$mac}.xml | 2 +- resources/templates/provision/cisco/spa303/{$mac}.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/templates/provision/cisco/spa301/{$mac}.xml b/resources/templates/provision/cisco/spa301/{$mac}.xml index dd5df2656e..d52eb1cf8e 100644 --- a/resources/templates/provision/cisco/spa301/{$mac}.xml +++ b/resources/templates/provision/cisco/spa301/{$mac}.xml @@ -180,7 +180,7 @@ Yes {if isset ($http_auth_username)} [--uid {$http_auth_username} --pwd {$http_auth_password}]http://{$domain_name}{$project_path}/app/provision/?mac=$MA -{/else} +{else} http://{$domain_name}{$project_path}/app/provision/?mac=$MA {/if} diff --git a/resources/templates/provision/cisco/spa303/{$mac}.xml b/resources/templates/provision/cisco/spa303/{$mac}.xml index 70258c32ba..ff994cc6d8 100644 --- a/resources/templates/provision/cisco/spa303/{$mac}.xml +++ b/resources/templates/provision/cisco/spa303/{$mac}.xml @@ -64,7 +64,7 @@ Yes {if isset ($http_auth_username)} [--uid {$http_auth_username} --pwd {$http_auth_password}]http://{$domain_name}{$project_path}/app/provision/?mac=$MA -{/else} +{else} http://{$domain_name}{$project_path}/app/provision/?mac=$MA {/if}