Coder Social home page Coder Social logo

Comments (4)

jantman avatar jantman commented on August 30, 2024

@Falkor I'm sorry to have to say this, but I have no idea :(

I haven't used this project myself in over 3 years. At a minimum, I can say that the newest versions the automated tests run against are ruby 2.0.0 and Vagrant 1.7.0.

My guess would be that either Vagrant 2, or the Ruby 2.3.4 or 2.4.0 that it now uses broke compatibility with this project.

I feel bad having to say this, but I no longer have the ability or desire to maintain this project. If you happen to know someone who would like to take it over, I'd be more than happy to set that up.

from vagrant-r10k.

jantman avatar jantman commented on August 30, 2024

Closing as stale.

from vagrant-r10k.

ranzbak avatar ranzbak commented on August 30, 2024

I managed to get it working with Vagrant 2.1.2 running the following command:

gem install puppet -v 4.10.12 --install-dir ~/.gem/ruby/2.4.0

(I'm still using Puppet 4.10.12, your version of Puppet might be different.)
I hope this helps somebody.

from vagrant-r10k.

ranzbak avatar ranzbak commented on August 30, 2024

Also if all else fails, the very dirty workaround I came up with is

# vagrant up 2>&1 | grep 'Command: ' | sed 's/^Command: //' | while read -r line; do sh -c /usr/local/bin/${line}; done

It's very dirty, but when in a bind it's better than copy pasting the command lines.

from vagrant-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.