Giter Club home page Giter Club logo

Comments (8)

gioppoluca avatar gioppoluca commented on September 26, 2024

Same in CentOS 6.5 but the error is
could not finc valid gem ''
if I do a gem install r10k it works perfectly.
Thanks

from puppet-r10k.

sedan07 avatar sedan07 commented on September 26, 2024

To get around the could not find valid gem '' error set the install_options param to something other than --no-rdoc --no-ri, for instance when testing '--debug' seems to fix it.

class { 'r10k':
  version           => 'present', # Changed to get round version issue
  sources           => {
    ...
  },
  ...
  install_options   => '--debug', # to fix finding '' gem
}

This doesn't solve the issue it is just a temp work around.

from puppet-r10k.

gioppoluca avatar gioppoluca commented on September 26, 2024

Sorry for the dumb question.
When you write:
version => 'present', # Changed to get round version issue
you mean
version => '1.2.1', # Changed to get round version issue
or we need to write "present"

from puppet-r10k.

acidprime avatar acidprime commented on September 26, 2024

This sounds like a bug in the puppet gem provider

from puppet-r10k.

acidprime avatar acidprime commented on September 26, 2024

@seb-github any update on this, I have one other bug as referenced but I can't reproduce? i.e. the other reference includes the puppet bug that I thought this was as well.

from puppet-r10k.

sedan07 avatar sedan07 commented on September 26, 2024

#74 looks like the same problem to me, was using Puppet v3.6 when getting the error but puppet ticket: #13397 was for 2.7 so that problem shouldn't exist in this version (well hopfully) I will re-try next week and see if I work out which bits messing up. It does look like a problem in the puppet gem provider I agree.

from puppet-r10k.

eshamow avatar eshamow commented on September 26, 2024

@acidprime fyi I am also seeing this on CentOS 6.5 with POSS 3.7.1. I also found that changing the install options to --debug from --no-ri --no-rdoc worked around the problem. Sounds like a gem provider issue, will start digging through JIRA. :p

from puppet-r10k.

acidprime avatar acidprime commented on September 26, 2024

This I believe acidprime@22fd541 should fix this behavior closing for now

from puppet-r10k.

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.