Skip to content

pip state cannot install packages on Windows minions #8405

@otrempe

Description

@otrempe

With python/mako.sls file being:

mako:
    pip.installed
salt -G 'os:Windows' state.sls python.mako

gives

----------
    State: - pip
    Name:      mako
    Function:  install
        Result:    False
        Comment:   State pip.installed found in sls python.mako is unavailable

        Changes:
                   ----------

Also,

salt -G 'os:Windows' pip.list

gives

    ----------
    pip:
        1.4.1
    pywin32:
        218

I tested all of this on a linux minion and it all works well.

Metadata

Metadata

Assignees

Labels

Featurenew functionality including changes to functionality and code refactors, etc.PlatformRelates to OS, containers, platform-based utilities like FS, system based appsWindowsfixed-pls-verifyfix is linked, bug author to confirm fix

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions