You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice: /Stage[main]/Puppetboard/Vcsrepo[/srv/puppetboard/puppetboard]/ensure: Creating repository from present
Notice: /Stage[main]/Puppetboard/Vcsrepo[/srv/puppetboard/puppetboard]/ensure: created
Error: sh: 1: virtualenv: not found
sh: 1: /srv/puppetboard/virtenv-puppetboard/bin/pip: not found
sh: 1: /srv/puppetboard/virtenv-puppetboard/bin/pip: not found
Error: /Stage[main]/Puppetboard/Python::Virtualenv[/srv/puppetboard/virtenv-puppetboard]/Exec[python_virtualenv_/srv/puppetboard/virtenv-puppetboard]/returns: change from notrun to 0 failed: sh: 1: virtualenv: not found
sh: 1: /srv/puppetboard/virtenv-puppetboard/bin/pip: not found
sh: 1: /srv/puppetboard/virtenv-puppetboard/bin/pip: not found
Notice: /Stage[main]/Puppetboard/Python::Virtualenv[/srv/puppetboard/virtenv-puppetboard]/Python::Requirements[/srv/puppetboard/puppetboard/requirements.txt_/srv/puppetboard/virtenv-puppetboard]/File[/srv/puppetboard/puppetboard/requirements.txt]: Dependency Exec[python_virtualenv_/srv/puppetboard/virtenv-puppetboard] has failures: true
I guess we need a dependency like class { python::install: virtualenv => true, pip => true }?
The text was updated successfully, but these errors were encountered:
@nibalizer Exactly. Shouldn't the Puppetboard module depend on that as I pointed out in my initial post?
Alternatively, add this to the documentation/README. I think users shouldn't require knowledge of Python to install Puppetboard using this Puppet module, you see?
On a clean system after dealing with #21 locally:
I guess we need a dependency like
class { python::install: virtualenv => true, pip => true }
?The text was updated successfully, but these errors were encountered: