Serg Melikyan 2b933ba2fc Fixed issue with AD service
Essentially converted tabs to spaces, tabs is not parsed in YAML

Change-Id: Iedaceb369dddca89987c199f57c537c4d99446b2
2013-11-21 17:03:16 +04:00

17 lines
347 B
Plaintext

{
"Scripts": [
"ImportCoreFunctions.ps1",
"Install-RolePrimaryDomainController.ps1"
],
"Commands": [
{
"Name": "Install-RolePrimaryDomainController",
"Arguments": {
"DomainName": "$domain",
"SafeModePassword": "$recoveryPassword"
}
}
],
"RebootOnCompletion": 1
}