Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Where do the downloaded vm images go? #32

Closed
Surreal9 opened this issue May 26, 2013 · 2 comments
Closed

Where do the downloaded vm images go? #32

Surreal9 opened this issue May 26, 2013 · 2 comments

Comments

@Surreal9
Copy link

Just wondering where the downloaded iso's are saved.. not sure if this is vagrant or puppet or puphpet doing it..

@frastel
Copy link
Contributor

frastel commented May 27, 2013

The base boxes are loaded into ~/.vagrant.d/boxes. You may have a look that the Vagrant documentation or here to get more about the box handling.

The location of the box instance per project is managed by VirtualBox and depends and its configuration. The default location on windows hosts is ~/VirtualBox VMs/<box_name>/.

puPHPet does not download any further data. Vagrant downloads the base box if not yet existing in the system and Puppet downloads everything needed for the box during provisioning.

@Surreal9
Copy link
Author

Ok great thanks for your help :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants