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
3
votes
2 answers

Cannot install vagrant plugins without sudo on OS X

I've installed plugins previously within vagrant. Now on a different MacBook, I'm trying to install some of the same plugins I was using on my older MacBook. For example when I try to install vagrant-hostmanager I get a ruby permissions error: $…
Jim
  • 668
  • 8
  • 22
3
votes
1 answer

How to utilize GUI tool of pgadmin using vagrant

I have installed postgresql upon a vagrant ubuntu box and also companied control console with sudo apt-get --assume-yes install pgadmin3 the tool is installed under /usr/bin but I can not open pdadmin3 in the virtualbox due to the error Error:…
Hello lad
  • 17,344
  • 46
  • 127
  • 200
2
votes
0 answers

when i am doing vagrant up i am facing this error regarding could not resolve host

when i am doing vagrant up i am facing this error. An error occurred while downloading the remote file. The error message, if any, is reproduced below. Please fix this error and try again. Could not resolve host: vagrant-boxes.cargomedia.ch
2
votes
1 answer

vagrant-vsphere: how to create a .box file?

I want to use vagrant-vsphere and went through the steps described in https://github.com/nsidc/vagrant-vsphere/blob/master/README.md Installation went fine. Now I am at this step: After installing the plugin, you must create a vSphere box. The…
2
votes
2 answers

vagrant-aws plugin installation error

I am trying to install the aws plugin for vagrant but getting an error. I am running vagrant 1.9 on macOS Sierra 10.12.1. I have no ruby expertise so I can use all the help you can provide. I tried installing ruby version 2.3.3, but based on the…
user3137124
  • 515
  • 1
  • 7
  • 13
2
votes
0 answers

Does vagrant share with https still work?

I have the guest's HTTPS port set to 443 on it's Apache 2 installation. In Vagrantfile I have vm.forwarded_port set to forward from 443 to 8443 I have vm.hostname set to actualdomain.org I've also installed the vagrant plugin install…
leeand00
  • 25,510
  • 39
  • 140
  • 297
2
votes
1 answer

Vagrant failing to install Puppet

When I run Vagrant up, it is doing all the provisioning and whatnot and then I see the error: ==> default: ERROR: Error installing puppet: And later: ==> default: Unable to load puppet. Please install it using native packages for your platform (eg…
Ben
  • 73
  • 1
  • 1
  • 7
2
votes
1 answer

Does Vagrant Destroy also remove vagrant plugins?

I have a number of test vagrant boxes on my system which I am tidying up. I installed plugins eg like vagrant plugin install vagrant-hostsupdaterand vagrant plugin install vagrant-triggers. When I do vagrant destroy does that look get rid of the…
byronyasgur
  • 4,627
  • 13
  • 52
  • 96
2
votes
1 answer

Installing vagrant aws plugin

I had installed the vagrant 1.7.2 on amazon EC2 linux instance. When i am trying to install the vagrant aws plugin by issuing this vagrant plugin install vagrant-aws command i am getting the following error, Installing the 'vagrant-aws' plugin. This…
DIVA
  • 549
  • 2
  • 11
  • 34
2
votes
1 answer

vagrant plugin install fails for any plugin

Running vagrant plugin install [plugin] fails for any plugin (using an admin command prompt.) Not sure what the problem is. dev/null is not on my machine and it shouldn't be trying to install to a VM. Tried: Uninstall Vagrant, delete .vagrant.d…
rpdublee
  • 21
  • 2
2
votes
1 answer

Vagrant Uninitialized Constant MixinSyncedFolders

Trying to vagrant up I get this error uninitialized constant Vagrant::Action::Builtin::MixinSyncedFolders vagrant plugin list vagrant-berkshelf (4.0.3) vagrant-share (1.1.3, system) vagrant-windows (1.6.0) vagrant -v Vagrant 1.7.2 My Box is…
actual_kangaroo
  • 5,971
  • 2
  • 31
  • 45
1
vote
7 answers

Vagrant was unable to mount VirtualBox shared folders. ERROR: INVALID ARGUMENT

I know that other people during the years had met similar problems (like this ) however in my case the guest addition is installed (0.30.0 version) and I tried to reinstall it a lot of times. I work on Windows10 and those are the version of…
Carlo Cumino
  • 45
  • 1
  • 7
1
vote
1 answer

OSError: [Errno 26] Text file busy: 'baremetrics'

I am getting the following error after running vagrant provision. OSError: [Errno 26] Text file busy: 'baremetrics' text file busy I am using Virtual box : 6.1.16 version and vagrant : 2.2.14 version. Help me to solve this error.
1
vote
1 answer

How to extend a vagrant plugin through Vagrantfile without changing the .rb file?

I have this scenario in Vagrant where I wanted to patch how the ansible is being installed on RHEL 8 (because of certain issues with absence of packages missing due to repository setup) using ansible_local plugin. So here's the thing. Instead, I…
toytoy
  • 1,223
  • 1
  • 12
  • 14
1
vote
1 answer

vagrant-share plugin installation error -- fog-core gem mismatch

I'm learning Vagrant's vagrant-share plugin and ran into a Bundler error: "conflicting dependencies fog-core (~> 1.43.0) and fog-core (= 1.45.0). activated fog-core-1.45.0 which does not match conflicting dependency (~> 1.43.0)." I've uninstalled…
Brian Piercy
  • 631
  • 1
  • 7
  • 22