Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 605 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 605 Bytes

packer-vagrant-centos

Packer.io template for CentOS box with puppet

  • CentOS 6.8 (Minimal) 64-bit + puppet

Use

Use hosted VirtualBox image

vagrant init abhishekdev/centos-6-x64-puppet; vagrant up --provider virtualbox

Build

  • Install packer from http://packer.io
  • Run packer build centos-6-x64.json from the project root
  • Use the box (generated in build subdirectory) with Vagrant and VirtualBox.

Credits

packer-vagrant-linux by Ariya Hidayat