diff --git a/muranorepository/Services/agent_templates/CreatePrimaryDC.template b/muranorepository/Services/agent_templates/CreatePrimaryDC.template index 92151e9..6633057 100644 --- a/muranorepository/Services/agent_templates/CreatePrimaryDC.template +++ b/muranorepository/Services/agent_templates/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 +}