Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Missing /opt/boxen/env.d/python_venvwrapper.sh #18

@ktf

Description

@ktf

Hi.

I've

  include python
  include irssi

  file { "${boxen::config::srcdir}/our-boxen":
    ensure => link,
    target => $boxen::config::repodir
  }
  git::config::global { 'color.interactive': value  => 'true'}
  git::config::global { 'color.diff': value  => 'true'}
  git::config::global { 'push.default': value  => 'simple'}
  python::mkvirtualenv {"fabric": project_dir => "/Users/ktf/foo" }
  python::pip { 'Fabric': virtualenv=> "fabric" }

in my site.pp and

github "python",     "1.2.1"

in my Puppetfile, however when I invoke boxen I get:

Error: Could not find dependency File[/opt/boxen/env.d/python_venvwrapper.sh] for Exec[python_mkvirtualenv_fabric]

any idea of what I might be doing wrong?

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