From d264ed72d20476baf40cef4903e63c9e0cd16657 Mon Sep 17 00:00:00 2001 From: Dmitry Teselkin Date: Tue, 8 Oct 2013 19:17:01 +0400 Subject: [PATCH] Tabs replaced with spaces. Templates couldn't contain tab and spaces mixed. Change-Id: Ia50bb30f3068d080baaaa9329b58d88469d21831 --- data/templates/agent/CreatePrimaryDC.template | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/data/templates/agent/CreatePrimaryDC.template b/data/templates/agent/CreatePrimaryDC.template index 92151e9..35e3c21 100644 --- a/data/templates/agent/CreatePrimaryDC.template +++ b/data/templates/agent/CreatePrimaryDC.template @@ -4,13 +4,13 @@ "Install-RolePrimaryDomainController.ps1" ], "Commands": [ - { - "Name": "Install-RolePrimaryDomainController", - "Arguments": { - "DomainName": "$domain", - "SafeModePassword": "$recoveryPassword" - } - } + { + "Name": "Install-RolePrimaryDomainController", + "Arguments": { + "DomainName": "$domain", + "SafeModePassword": "$recoveryPassword" + } + } ], "RebootOnCompletion": 1 } \ No newline at end of file