Tests/OctopusServerExeInvocationFiles/EnableBuiltInWorkerOnExistingInstance/CurrentState.ps1

return @{
  Ensure="Present";
  State="Started";
  DownloadUrl="https://octopus.com/downloads/latest/WindowsX64/OctopusServer"
}