murano-conductor/data/templates/agent/CreatePrimaryDC.template
Dmitry Teselkin d264ed72d2 Tabs replaced with spaces.
Templates couldn't contain tab and spaces mixed.

Change-Id: Ia50bb30f3068d080baaaa9329b58d88469d21831
2013-10-08 19:17:01 +04:00

16 lines
325 B
Plaintext

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