Skip to content

kapoq/vagrant-chef-solo-project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template for creating Vagrant projects with Bundler and chef-solo

Install

Clone this repository

$ git clone https://textgoeshere@github.com/kapoq/vagrant-chef-solo-project-template.git

Delete the git history (you'll want your own) by deleting the .git folder

$ # rm -rf .git <-- steady now, partner

Optionally setup rvm

$ cp .rvmrc.example .rvmrc
$ . .rvmrc

Install the gems

$ bundle

Edit Vagrantfile

Bring up the Vagrant box

$ vagrant up

Usage

Edit Vagrantfile

Install a cookbook

$ knife cookbook github install fnichol/chef-jenkins -c solo.rb 

Provision the box (assuming the box is up)

$ vagrant provision

About

Template for creating Vagrant projects with Bundler and chef-solo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages