Skip to content

Instantly share code, notes, and snippets.

View ericr3r's full-sized avatar

Eric Rauer ericr3r

View GitHub Profile
@ericr3r
ericr3r / errata
Last active December 22, 2015 18:59
Chef Infrastructure Automation Cookbook errata
* What page in the book does this errata appear?: 26
Please describe the errata.:
Step 5 create the Berksfile using the command "mma@laptop:~/chef-repo $ subl Berksfile" instead of
"mma@laptop:~/chef-repo $ subl cookbooks/my_cookbook/Berksfile".
* What page in the book does this errata appear?: Page 63
Please describe the errata.:
Step 7, Create the template file has "mma@laptop:~/chef-repo $ subl cookbooks/my_cookbook/recipes/default.rb" instead of "mma@laptop:~/chef-repo $ subl cookbooks/my_cookbook/templates/default/greeting.txt.erb"
@ericr3r
ericr3r / WebIntegrationTests.scala
Created September 1, 2011 21:53
Web plugin to start Jetty before running Integration Tests
import sbt._
import Keys._
import com.github.siasia.WebPlugin
import WebPlugin._
// project/plugin/WebIntegrationTests
object WebIntegrationTests extends Plugin {