I can run bundle install manually and return something sensible, but when I let Puppet create a Vagrant field, this happens a second time (the first I get a successful output).
[default] Running provisioner: Vagrant::Provisioners::Puppet... [default] Running Puppet with /tmp/vagrant-puppet/manifests/default.pp... stdin: is not a tty /opt/vagrant_ruby/lib/ruby/site_ruby/1.8/rubygems.rb:900:in `report_activate_error': Could not find RubyGem puppet (>= 0) (Gem::LoadError) from /opt/vagrant_ruby/lib/ruby/site_ruby/1.8/rubygems.rb:248:in `activate' from /opt/vagrant_ruby/lib/ruby/site_ruby/1.8/rubygems.rb:1276:in `gem' from /opt/vagrant_ruby/bin/puppet:18 The following SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed!
I don’t require a doll stone anywhere, it’s not in my Gemfile, and my manifest does not require it either. Why are they looking for a puppet, and how can I get rid of this error?
source share