Skip to content

installing virtualenv broken in master #271

@jantman

Description

@jantman

The python class [says|https://github.com/stankevich/puppet-python/blob/master/manifests/init.pp#L33] that the "virtualenv" parameter should be a string, 'absent|present|latest' and validates this (twice in fact). However, the install class still expects a boolean. The end result is that

class {'python':
  virtualenv => 'present',
}

actually ensures absent.

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