-
I'm on Ubuntu 14.04 and Vagrant 1.6.2.
Given this Vagrantfile:
Vagrant.configure("2") do |config|
config.vm.provider :docker do |d, override|
d.image = "phusion/baseimage:0.9.9"
d.name …
-
This is getting very frustrating. Can't even start working.
`vagrant box add "xxx" "https://dl.dropbox.com/u/xxx.box"`
You will get something like:
```
Extracting box...
DEBUG box_collection: Addin…
-
## Affected Puppet, Ruby, OS and module versions/distributions
- Puppet: any
- Ruby:
- Distribution:
- Module version: master
## How to reproduce (e.g Puppet code you use)
git clone curren…
-
Vagrant version 2.2.7 - installed using homebrew
OSX 10.12.6
Running it from file system, no virtual file system or any thing fancy... a fresh debin buster box
```
macbookpro:vagrant sudhir$ …
-
Hi guys,
is this actually implemented ? Options are there, but according to this (#336), it was not implemented.
I have this
```
chef.delete_node = true
chef.delete_client = true
```
…
-
### Vagrant version
Vagrant 1.9.7
### Host operating system
Ubuntu 16.04 with PPA kernel (4.11, 4.12)
### Expected behavior
vagrant plugin install vagrant-hostmanager should install the plugi…
-
Error in question:
```bash
$ vagrant plugin install vagrant-vbguest
Installing the 'vagrant-vbguest' plugin. This can take a few minutes...
Bundler, the underlying system Vagrant uses to install p…
-
I am trying to create a package with external MPI on PSC Bridges. Spack can find the module correctly, and I can build with %intel ^mvapich2, but for other compiler and MPI when configuring there "co…
-
After some hours, I figured out that Vagrant can't unpackage boxes to VAGRANT_HOME when Windows (7) username has special characters like "é". Debugging, I've seen that if username is Pelé, for example…
-
Created a new vagrant box using Puphpet but can't seem to get it running. Either it fails on setting up the database or it fails in the next step, each time with a timeout or "server error". Anything …