Skip to content

New version 3008.0rc1 of Salt breaks the bootstrapper #2107

Description

@RaphSimard

Hi,
Since last friday, the bootstrapper used by our systems has been failing with the following error :


The content at this location is unexpected.
Should be a list of directories where the name is a version of Salt.

Looking into the bootstrap-file.ps1, the lines 181 to 187 are :


    $response.links | ForEach-Object {
        if ( $_.href.Length -gt 8) {
            Write-Host "The content at this location is unexpected" -ForegroundColor Red
            Write-Host "Should be a list of directories where the name is a version of Salt" -ForegroundColor Red
            exit 1
        }
    }

Changing the value from "8" to "10" solved this issue for us and everything works again.

Thank you for looking into this !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions