Questions tagged [vagrant-windows]

The windows version of the vagrant tool.

The windows version of the vagrant tool.

Tutorial.

257 questions
0
votes
1 answer

puPHPet + puppet + puppetlabs/mongodb

I tried to install ubuntu 16.04 by puPHPet. But confronted with following problems with mongodb there: I have updated puppetlabs/mongodb module to actual version 0.16, but mongo wasn't installed because apt-get can't install from unauthorized…
Dekar
  • 43
  • 4
0
votes
1 answer

Keep Apache2 configuration and MySQL data in Vagrant package

I currently have a Vagrant box running on Windows 10 and Virtual Box. I have multiple sites enabled in Apache 2 and Mysql databases within the box. While I keep reding that "vagrant package" will compress the whole box except Shared Folders, I can't…
wlarcheveque
  • 894
  • 1
  • 10
  • 28
0
votes
0 answers

Vagrant up hangs on windows 10 machine on creating swap

I want to mount a vagrant machine on my Windows 10. The machine runs on ubuntu 14.04. However it just hangs for days literally when I run vagrant up either on powershell normal or admin. These are the last lines(I can post all the messages if that…
Rui d'Orey
  • 982
  • 3
  • 13
  • 31
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
1 answer

How do I access a new Vagrant box's files?

I'm new to using Vagrant as a dev environment. Previously, I could browse files via going to 'My Computer' and accessing a drive like I would access C: drive. Yesterday my dev box was upgraded, but now I no longer have access to this drive and so…
MeltingDog
  • 14,310
  • 43
  • 165
  • 295
0
votes
1 answer

Vagrant provision command failing with bad interpret

I am new in vagrant. I am trying to setup my development environment using Vagrant on my Windows pc. But while run following command on my terminal: vagrant up --provision It's stuck with following error : /tmp/vagrant-shell:…
Plycoder
  • 721
  • 1
  • 6
  • 18
0
votes
1 answer

Can't add Vagrant scotchbox

I am facing issues while setting up the scotch box on my system. The OS I am using is Windows 8.1 pro 64 bit operating system, using git bash. $ vagrant --version Vagrant 1.8.6 VirtualBox-5.1.6 After cloning the repo from github for scotch box I do…
MufaddalN
  • 1
  • 4
0
votes
2 answers

Existing GIT repo with vagrant file

I just started using Vagrant. Now, One of my clients shared a GIT repo with the following files & directories : Vagrantfile (file) Vagrant (directory) Now, I don't understand what will be my next step ? Every resource in the internet assumes that I…
sudip
  • 2,781
  • 1
  • 29
  • 41
0
votes
1 answer

How to reconnect to a up vagrant box

This is probably a really simple question - but after I have run vagrant up, and connected to the box via SSH etc - if I close the terminal, how can i reconnect to the instance? Any command do if I have done this seems to fail, seemingly as it is…
OnIIcE
  • 811
  • 9
  • 27
0
votes
0 answers

how launch Vagrant box inside Windows if it is made inside Mac?

I am taking udemy course 'Learning Yii 2' and the guy offers to use a Vagrant box, which he created on Mac via puphpet. Unfortunately he thinks that 'folder source' is here /Users/mjbeaumont/Packt/Code, while I plan to set it here…
Mike
  • 595
  • 1
  • 5
  • 10
0
votes
1 answer

Vagrant+Docker: The container started never left the "stopped" state

I'm trying to write a deployable data science environment that runs the continuumio/anaconda3 Docker container within a ubuntu/trusty64 Vagrant box. This seems to run fine however the container shuts down immediately. Following the docs here I've…
jhole89
  • 718
  • 9
  • 28
0
votes
1 answer

Chef: Test Kitchen with Vagrant Appears to ignore rdp_port

I'm working through some of the basic Chef tutorials, and trying to get my test kitchen set up for my cookbook using vagrant hosted on my local machine. I know that I need to port-forward my RDP connection to this box from port 3389 to 33389. Based…
kjb4
  • 141
  • 1
  • 6
0
votes
1 answer

Vagrant->Ansible: Host file not found, provided hosts list is empty, no hosts matched

Background: I frequently end up working on different laptops running on different operating systems. This means I waste a lot of time re-installing the same programs and applications. I've decided to try and automate this using Vagrant and Ansible.…
jhole89
  • 718
  • 9
  • 28
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

Vagrant up throws error

Hello guys I'm trying to run the command vagrant up but it is throwing me an error. It was working day before yesterday and since yesterday it has been throwing me this error The directory where plugins are installed (the Vagrant home…
Garden
  • 243
  • 1
  • 4
  • 11