Questions tagged [vagrant-plugin]

Vagrant plugins are used to change how Vagrant does something or to add extended functionality to Vagrant.

Vagrant comes with many great features out of the box to get your environments up and running. Sometimes, however, you want to change the way Vagrant does something or add additional functionality to Vagrant. This can be done via Vagrant plugins.

Resources

Vagrant Plugins

101 questions
0
votes
0 answers

SSL verification error at depth 3: unable to get local issuer certificate (20)

Error while installing vagrant plugin "vagrant-vbguest" I run the command "vagrant plugin install vagrant-vbguest"screenshot of error message It says it could be transient connectivity issues or proxy filtering rejecting access to a configured…
0
votes
0 answers

Vagrant & VMWare Fusion Communication Failure after Mac Monterey 12.5.1 Update

I use Vagrant to boot, configure and run my development environment (see vagrant file detail below) I am receiving the following error in vagrant following a Mac OS (Monterey 12.5.1) update overnight: Vagrant encountered an unexpected…
0
votes
1 answer

How to acees the exact total memory from vagrant VM

Ex : here I am able to see the base memory in vagrant machine 11800 Is there any Linux or any other command to extract this memory value it should retrive 11800
0
votes
1 answer

Ruby: nokogiri requires Ruby version < 3.1.dev, >= 2.5

I'm trying to install the Vagrant plugin vagrant-libvirt on Debian 10. However, Debian 10 does only have Ruby 2.5 and I get the following error message each time I trigger vagrant plugin install vagrant-libvirt: nokogiri requires Ruby version <…
manifestor
  • 1,352
  • 6
  • 19
  • 34
0
votes
0 answers

in `+': no implicit conversion of nil into String (TypeError)

I am installing VVV and stuck while executing "vagrant up" command. It is showing me following error: C:/Users/Admin/.vagrant.d/gems/2.6.6/gems/vagrant-hostsupdater-1.2.0/lib/vagrant-hostsupdater/HostsUpdater.rb:152:in `+': no implicit conversion of…
Solanki Ketul
  • 31
  • 1
  • 7
0
votes
0 answers

vagrant plugin not running on vagrant up

I installed a vagrant plugin "vagrant-certificates" and added the following config to my ~/.vagrant.d/Vagrantfile if !['plugin', 'box'].include? ARGV[0] unless Vagrant.has_plugin?("vagrant-ca-certificates") raise "Missing required plugin…
Peter Weeks
  • 291
  • 2
  • 16
0
votes
1 answer

Vagrant folder sync not working correctly. Seeing the files but PHP cant detect function (does work on different enviroment)

Just got a new Ubunut Laptop with an SSD. Trying to run my project on Vagrant which works on my desktop (with normal hdd) but I am not able to run it on this laptop. I am getting weird error that php function can not be found. Futher investigation…
NashPL
  • 461
  • 1
  • 4
  • 19
0
votes
1 answer

Vagrant NameError: undefined local variable or method `config' for main:Object

I had one Vagrantfile on VirtualBox running on my machine (MacBookPro) that was working pretty well. Then I installed another Vagrantfile. Even though I destroyed them both I still can't get it to load with vagrant up I closed all virtual machines…
0
votes
1 answer

Vagrant hostmanager doesn't keep machine "alive"

Whenever I have a machine configured with hostmanager installed like this hosts file (\System32\drivers\etc) ## vagrant-hostmanager-start id: 382a2553-2617-4b47-972f-87f95eea4f24 192.168.56.100 my.domain.dev 192.168.56.100 domain.dev ##…
murtho
  • 991
  • 1
  • 17
  • 38
0
votes
1 answer

Issue while installing vagrant plugins

I have an issue when trying to install any of the vagrant plugins. vagrant plugin install vagrant-aws vagrant plugin install vagrant-awsinfo The error that I end up getting is this: Installing the 'vagrant-aws' plugin. This can take a few…
0
votes
1 answer

vagrant-hostmanager (1.8.6) error when updating guest hosts?

I have vagrant-hostmanager 1.8.6 installed, and when I run vagrant hostmanager I end up with the following error: [vagrant-hostmanager:guest] Updating hosts file on the virtual machine puppet_server... sh: 1: Syntax error: "(" unexpected ...and the…
leeand00
  • 25,510
  • 39
  • 140
  • 297
0
votes
1 answer

Why does Vagrant require you to reinstall a plugin after running vagrant destroy?

I'm using the Vagrant SSHFS plugin instead of rsync. I installed the plugin: vagrant plugin install vagrant-sshfs Below is my Vagrantfile: Vagrant.configure("2") do |config| config.vm.box = "debian/jessie64" config.vm.synced_folder…
BugHunterUK
  • 8,346
  • 16
  • 65
  • 121
0
votes
1 answer

Vagrant r10k not installing modules from PuppetFile Windows 10

I run Vagrant under Windows 10, provisioning it with puppets. I need some modules from forge, so I've added Puppet file and installed vagrant r10k plugin with vagrant plugin install vagrant-r10k First, I tried puppet modules, so my Puppetfile looked…
0
votes
0 answers

vagrant plugin gives gem install error

Background The command vagrant plugin install vagrant-hostsupdater gives the following error Bundler, the underlying system Vagrant uses to install plugins, reported an error. The error is shown below. These errors are usually caused by…
janw
  • 6,672
  • 6
  • 26
  • 45
0
votes
1 answer

Virtual Cluster with Vagrant behind corporate proxy

I’m trying to run a Virtual Apache Hadoop cluster on my laptop using Vagrant and Cloudera Manager following these…
Cecilia
  • 487
  • 3
  • 6
  • 14