Tests/OctopusServerExeInvocationFiles/UninstallingPreInstalledInstance/CurrentState.ps1

[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSAvoidUsingConvertToSecureStringWithPlainText', '')] # these are tests, not anything that needs to be secure
param()

return @{
    Ensure = "Present";
    State = "Installed";
}