[Puppet Users] Trying to source a file from https source version 5.5

2019-12-11 Thread Kevin C
I am trying to source a file from our Artifactory which using https, but it fails due to cert issues: SSL_connect returned=1 errno=0 state=error: certificate verify failed I found some discussions on this issue here https://tickets.puppetlabs.com/browse/PUP-7814 but adding the cert to the cer

[Puppet Users] Re: puppet, virtualenv, and .bashrc

2012-02-08 Thread kevin c
Thanks John, exec { 'panama-eggs': path=> ["/bin","/usr/bin","/usr/local/python/bin"], environment => ['WORKON_HOME=/home/panama/.virtualenvs', 'PIP_LOG_FILE=/tmp/pip-freeze-prod.log', 'PIP_VIRTUALENV_BASE=/home/ panama/.virtualenvs', 'VIRTUALENVWRAPPER_PYTHON=/usr/local/py

[Puppet Users] Re: puppet, virtualenv, and .bashrc

2012-02-08 Thread kevin c
Would something along the lines of: {code} command => "bash -l -c 'sudo su - panama && workon dev && mmf_eggs'", {code} work? -Kevin On Feb 8, 6:17 am, kevin c wrote: > Morning, > > I am trying to do some environment setup on our developer'

[Puppet Users] puppet, virtualenv, and .bashrc

2012-02-08 Thread kevin c
Morning, I am trying to do some environment setup on our developer's virtual boxes that we use vagrant+puppet to build. We install a python app, create virtualenv's for the different pip requirements, etc. Problem is that there are some custom bash macros that are available in our virtualenv as