Giter VIP home page Giter VIP logo

Comments (5)

mkrakowitzer avatar mkrakowitzer commented on September 25, 2024

I think you are missing the prerequisite modules. Have you installed the staging module? If you are running RHEL6, you should also install the repoforge module.

https://forge.puppetlabs.com/puppet/stash/dependencies

from puppet-stash.

miked63017 avatar miked63017 commented on September 25, 2024

That was it thanks! I do have a feature request: allow a way to use a proxy
for deploy and staging, I got it working by passing env to staging:file and
environment to deploy:file. Thanks for this module its working well.
On Mar 23, 2015 11:38 AM, "Merritt Krakowitzer" [email protected]
wrote:

I think you are missing the prerequisite modules. Have you installed the
staging module? If you are running RHEL6, you should also install the
repoforge module.

https://forge.puppetlabs.com/puppet/stash/dependencies


Reply to this email directly or view it on GitHub
#56 (comment)
.

from puppet-stash.

mkrakowitzer avatar mkrakowitzer commented on September 25, 2024

We have this problem too, being behind the corporate firewall and so many of the modules we use need to connect to the Internet to work. We work around it with the below in out site.pp

Exec {
  path => '/usr/bin:/usr/sbin/:/bin:/sbin',
  environment => [
    'http_proxy=http://proxy.example.co.za:8080',
    'https_proxy=http://proxy.example.co.za:8080',
    'ftp_proxy=http://proxy.example.co.za:8080',
    'no_proxy=localhost,127.0.0.1,.example.co.za,.foo.co.za',
  ],
}

from puppet-stash.

igalic avatar igalic commented on September 25, 2024

This will still fail for puppet native types/providers, but it's a good start…

from puppet-stash.

mkrakowitzer avatar mkrakowitzer commented on September 25, 2024

I am going to close this issue, and add a new one to add proxy support to the stash module.

@miked63017 I do not recommend using the deploy module, It will be dropped from all my modules soon and replaced with nanlui-archive.

from puppet-stash.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.