furikake / vagrant-boxes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vagrant Base Boxes

Forked in order to include:

  • CentOS 6.7
  • Ansible instead of Puppet and Chef

How these boxes were built

These boxes were automatically built using packer (v0.6.0) and the definitions in this repo:

$ cd packer
$ ./build.sh
$ vagrant box add CentOS-6.7-x86_64-v`date +"%Y%m%d"`.box --name CentOS-6.7 --force

About


Languages

Language:Shell 100.0%