Hi. I've ``` ruby 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?
Hi.
I've
in my site.pp and
in my
Puppetfile, however when I invoke boxen I get:any idea of what I might be doing wrong?