I have a Vagrant system up and running and I want to apply a change to it which is as little as changing one of the forwarding rules.
I want to use Vagrant to create a virtual machine for a development environment. I am getting an error when it tries to install the virtual machine into VirtualBox. The output of VBoxManage import is
We use Vagrant for dev environment automation and provisioning. It works smoothly. Bu开发者_StackOverflow中文版t sometimes, if vagrant has some problem(we faced LOT of them starting from SSH to networ
I am trying to source files from local modules in a puppet manifest (using puppet in standalone mode):
I\'ve got a vm running using vagrant, and I\'m provisioning it with Chef. One of the steps involves cloning a git repo, but my ssh-key (on my host machine) has a passphrase on it.
I\'ve built a vagrant/virtualbox web server as a development sandbox, and configured apache in the VM for ssl (on the default port 443, with a self-signed certificate). I\'ve tested pages on the VM it
You have a project which has got some SW requirements to run (e.g.: a specific version of Apache, a version of PHP, an instance of a MySQL database and a couple of other pieces of software).
I am writing a chef script to automate setting dev environments. I can get a database created and grant privileges but I am trying to find out a way to import a mysql dump file into the database that
I am using Vagrant to create a development server locally. I am writing my own Chef recipe to install everything I need but I am running into problems.
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.