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
1 answer

Error while running Vagrantfile - undefined method `concat' for nil:NilClass

We are using vagrant with digital ocean for spawning nodes on digital ocean. The script was running successfully till 6 September 2016. Now, without any change in system configuration and script, We are getting below error while creating node…
0
votes
0 answers

Vagrant-winrm not recognized when running kitchen list

I have a very simple serverspec test that I'm trying to run for platform windows-2012r2. When I run kitchen list I get the following: exception: "#
devlife
  • 15,275
  • 27
  • 77
  • 131
0
votes
1 answer

Disable vagrant plugin execution

Is there any way to disable a plugin execution? For instance, we use vagrant-librarian-puppet-plugin and it gets automatically executed when there is a Puppetfile present. In some cases we want to avoid the execution even if the Puppetfile is…
Gonzalo Matheu
  • 8,984
  • 5
  • 35
  • 58
0
votes
1 answer

Wordpress Vagrant VV - How to setup git?

I am using Varying-Vagrant-Vagrants for Wordpress development. I am able to setup a new site, it works great when I run vv create. However how can I setup git into my wp-content directory? I've already ran the command git init on wp-content…
brunodd
  • 2,474
  • 10
  • 43
  • 66
0
votes
1 answer

Foswiki SolrPlugin cannot add a topic

I use this guide to install Foswiki from master github repository using Nginx as Webserver. cd //tools ./solrindex topic=Main.WebHome No topic is created and these errors appears Not a HASH reference at …
0
votes
0 answers

Vagrant for Ruby on Rails: Error block in http_get

I've tried to set up a development environment for Ruby On Rails with Vagrant. I've followed this tutorial. When I entered vagrant up It gave me this error ==> default: Destroying VM and associated…
Jorge Anzola
  • 1,165
  • 3
  • 13
  • 33
0
votes
3 answers

Preferred method to daemonize vagrant plugin

Is there a preferred method to daemonize a vagrant plugin? I am using vagrant-fsnotify which runs a process on the host to send file change events from the host to the guest.
toobulkeh
  • 1,618
  • 1
  • 14
  • 22
0
votes
1 answer

Vagrant plugin: How to capture machine.action output

I started writing a plugin for Vagrant, which will add a command. Within the Command#execute I need to capture the :ssh_run output. Right now output goes straight to stdout. Small test snippet from the command: with_target_vms(@argv, single_target:…
seppsepp
  • 86
  • 6
0
votes
2 answers

How install vagrant-sphere plugin

I have vagrant 1.7.2 and I need vagrant-vsphere plugin but when when I try the command: vagrant pluging install vagrant-vpshere show these error's message: Installing the 'vagrant-vsphere' plugin. This can take a few minutes... Fetching source index…
enrique-carbonell
  • 5,836
  • 3
  • 30
  • 44
0
votes
2 answers

failed to install vagrant-cachier plugin on windows

I am new to vagrant. I have installed virtualbox and vagrant(1.7.4) and then follow the book type $> vagrant plugin install vagrant-cachier After some minutes,it reported an error: > vagrant plugin install vagrant-cachier Installing the…
fairjm
  • 1,115
  • 12
  • 26
0
votes
1 answer

How create an ssh connection from vagrant to a specific virtual machine? Can I create a connection to a VM installed on WMware?

I am absolutly new in Vagrant and in Apache Storm. I am following an online course where show the following situation. 1) There is an Ubuntu virtual machine installed on Virtual Box 2) On the physic machine (the same where is installed Virtual Box…
AndreaNobili
  • 40,955
  • 107
  • 324
  • 596
0
votes
0 answers

Vagrant plugin load order

I am behind corporate proxy which is using self-sign certificate to intercept ssl trafic. So I have installed vagrant-ca-certificates to have certificate in vm. I am also using vagrant-omnibus to update the Chef client. Issue is vagrant-omnibus…
0
votes
1 answer

How to get newly created machine details in Vagrant-Openstack plugin

I am using Vagrant and Openstack as my provider. I could create successfully create openstack instances using my Vagrant script. I am using os.floating_ip = :auto for assigning floating IP address to my machine. How can I get newly created…
Malintha
  • 4,512
  • 9
  • 48
  • 82
0
votes
4 answers

vagrant up command issue

I am new with Vagrant. My supervisor want me to run a website. First of all he told me to install VirtualBox and Vagrant. He sent me bootstrap.sh and Vagrantfile files. He told me to copy this in a folder called "data_repo". After that he told me to…
Beautiful Mind
  • 5,828
  • 4
  • 23
  • 42
0
votes
0 answers

Weird javascript fail with vagrant nfs enabled

I recieved an Unexpected token ILLEGAL error on javascript whith a function that i know that works. I fixed it by disabling the nfs plugin for vagrant after searching a lot, but i need that plugin for another part of the project to work. I looked…
eidan
  • 31
  • 4