Skip to content

abhishekdev/packer-vagrant-centos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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