Skip to content

Pip install runs on every puppet run. #218

@eabrouwer3

Description

@eabrouwer3

On every run of my puppet agent, it runs a pip install, both when I have

ensure => present,

or,

ensure => latest,

There has to be a better way to check if it's already the latest version or installed, without just running and Exec for pip install package or pip install --upgrade package. It takes up a lot of time in the agent's run when I'm installing a lot of packages.

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