Book Image

Creating Development Environments with Vagrant

By : MICHAEL KEITH PEACOCK
Book Image

Creating Development Environments with Vagrant

By: MICHAEL KEITH PEACOCK

Overview of this book

Table of Contents (17 chapters)
Creating Development Environments with Vagrant Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Launching the virtual machine


In order to launch our new virtual machine, we simply need to run the following command:

Vagrant up

As per Chapter 6, Provisioning Vagrant Machines with Puppet, Ansible, and Chef, we should now see our VM boot and the various Puppet phases execute. If all goes well, we should see no errors in this process.