Fix the changes to the Cisco SPA templates.
This commit is contained in:
parent
2026793e1d
commit
9c9e59a0c3
|
|
@ -184,7 +184,7 @@
|
|||
<Resync_Fails_On_FNF group="Provisioning/Configuration_Profile">Yes</Resync_Fails_On_FNF>
|
||||
{if isset ($http_auth_username)}
|
||||
<Profile_Rule group="Provisioning/Configuration_Profile">[--uid {$http_auth_username} --pwd {$http_auth_password}]http://{$domain_name}{$project_path}/app/provision/?mac=$MA</Profile_Rule>
|
||||
{/else}
|
||||
{else}
|
||||
<Profile_Rule group="Provisioning/Configuration_Profile">http://{$domain_name}{$project_path}/app/provision/?mac=$MA</Profile_Rule>
|
||||
{/if}
|
||||
<Profile_Rule_B group="Provisioning/Configuration_Profile" />
|
||||
|
|
|
|||
|
|
@ -186,7 +186,7 @@
|
|||
<Resync_Fails_On_FNF group="Provisioning/Configuration_Profile">Yes</Resync_Fails_On_FNF>
|
||||
{if isset ($http_auth_username)}
|
||||
<Profile_Rule group="Provisioning/Configuration_Profile">[--uid {$http_auth_username} --pwd {$http_auth_password}]http://{$domain_name}{$project_path}/app/provision/?mac=$MA</Profile_Rule>
|
||||
{/else}
|
||||
{else}
|
||||
<Profile_Rule group="Provisioning/Configuration_Profile">http://{$domain_name}{$project_path}/app/provision/?mac=$MA</Profile_Rule>
|
||||
{/if}
|
||||
<Profile_Rule_B group="Provisioning/Configuration_Profile" />
|
||||
|
|
|
|||
|
|
@ -131,7 +131,7 @@
|
|||
<Resync_Fails_On_FNF group="Provisioning/Configuration_Profile">Yes</Resync_Fails_On_FNF>
|
||||
{if isset ($http_auth_username)}
|
||||
<Profile_Rule group="Provisioning/Configuration_Profile">[--uid {$http_auth_username} --pwd {$http_auth_password}]http://{$domain_name}{$project_path}/app/provision/?mac=$MA</Profile_Rule>
|
||||
{/else}
|
||||
{else}
|
||||
<Profile_Rule group="Provisioning/Configuration_Profile">http://{$domain_name}{$project_path}/app/provision/?mac=$MA</Profile_Rule>
|
||||
{/if}
|
||||
<Profile_Rule_B group="Provisioning/Configuration_Profile" />
|
||||
|
|
|
|||
|
|
@ -186,7 +186,7 @@
|
|||
<Resync_Fails_On_FNF group="Provisioning/Configuration_Profile">Yes</Resync_Fails_On_FNF>
|
||||
{if isset ($http_auth_username)}
|
||||
<Profile_Rule group="Provisioning/Configuration_Profile">[--uid {$http_auth_username} --pwd {$http_auth_password}]http://{$domain_name}{$project_path}/app/provision/?mac=$MA</Profile_Rule>
|
||||
{/else}
|
||||
{else}
|
||||
<Profile_Rule group="Provisioning/Configuration_Profile">http://{$domain_name}{$project_path}/app/provision/?mac=$MA</Profile_Rule>
|
||||
{/if}
|
||||
<Profile_Rule_B group="Provisioning/Configuration_Profile" />
|
||||
|
|
|
|||
|
|
@ -187,7 +187,7 @@
|
|||
<Resync_Fails_On_FNF group="Provisioning/Configuration_Profile">Yes</Resync_Fails_On_FNF>
|
||||
{if isset ($http_auth_username)}
|
||||
<Profile_Rule group="Provisioning/Configuration_Profile">[--uid {$http_auth_username} --pwd {$http_auth_password}]http://{$domain_name}{$project_path}/app/provision/?mac=$MA</Profile_Rule>
|
||||
{/else}
|
||||
{else}
|
||||
<Profile_Rule group="Provisioning/Configuration_Profile">http://{$domain_name}{$project_path}/app/provision/?mac=$MA</Profile_Rule>
|
||||
{/if}
|
||||
<Profile_Rule_B group="Provisioning/Configuration_Profile" />
|
||||
|
|
|
|||
|
|
@ -186,7 +186,7 @@
|
|||
<Resync_Fails_On_FNF group="Provisioning/Configuration_Profile">Yes</Resync_Fails_On_FNF>
|
||||
{if isset ($http_auth_username)}
|
||||
<Profile_Rule group="Provisioning/Configuration_Profile">[--uid {$http_auth_username} --pwd {$http_auth_password}]http://{$domain_name}{$project_path}/app/provision/?mac=$MA</Profile_Rule>
|
||||
{/else}
|
||||
{else}
|
||||
<Profile_Rule group="Provisioning/Configuration_Profile">http://{$domain_name}{$project_path}/app/provision/?mac=$MA</Profile_Rule>
|
||||
{/if}
|
||||
<Profile_Rule_B group="Provisioning/Configuration_Profile" />
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@
|
|||
<Resync_Fails_On_FNF group="Provisioning/Configuration_Profile">Yes</Resync_Fails_On_FNF>
|
||||
{if isset ($http_auth_username)}
|
||||
<Profile_Rule group="Provisioning/Configuration_Profile">[--uid {$http_auth_username} --pwd {$http_auth_password}]http://{$domain_name}{$project_path}/app/provision/?mac=$MA</Profile_Rule>
|
||||
{/else}
|
||||
{else}
|
||||
<Profile_Rule group="Provisioning/Configuration_Profile">http://{$domain_name}{$project_path}/app/provision/?mac=$MA</Profile_Rule>
|
||||
{/if}
|
||||
<Profile_Rule_B group="Provisioning/Configuration_Profile" />
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@
|
|||
<Resync_Fails_On_FNF ua="na">Yes</Resync_Fails_On_FNF>
|
||||
{if isset ($http_auth_username)}
|
||||
<Profile_Rule ua="na">[--uid {$http_auth_username} --pwd {$http_auth_password}]http://{$domain_name}{$project_path}/app/provision/?mac=$MA</Profile_Rule>
|
||||
{/else}
|
||||
{else}
|
||||
<Profile_Rule ua="na">http://{$domain_name}{$project_path}/app/provision/?mac=$MA</Profile_Rule>
|
||||
{/if}
|
||||
<Profile_Rule_B ua="na"></Profile_Rule_B>
|
||||
|
|
|
|||
Loading…
Reference in New Issue