Tests/OctopusServerExeInvocationFiles/MasterKeySupplied/ExpectedResult.ps1
return @( "create-instance --console --instance HANode --config $($env:SystemDrive)\Octopus\OctopusServer-HANode.config --home C:\ChezOctopusSecondNode", "database --instance HANode --connectionstring Server=(local);Database=Octopus;Trusted_Connection=True; --masterKey Nc91+1kfZszMpe7DMne8wg== --grant NT AUTHORITY\SYSTEM", "configure --console --instance HANode --upgradeCheck True --upgradeCheckWithStatistics False --webForceSSL False --webListenPrefixes http://localhost:82 --commsListenPort 10935 --hstsEnabled False --hstsMaxAge 3600", "service --console --instance HANode --stop", "admin --console --instance HANode --username Admin --password S3cur3P4ssphraseHere!", "license --console --instance HANode --free", "service --console --instance HANode --install --reconfigure --stop", "service --start --console --instance HANode" ) |