Skip to content

Instantly share code, notes, and snippets.

@trotter
Created October 11, 2010 23:43
Show Gist options
  • Select an option

  • Save trotter/621418 to your computer and use it in GitHub Desktop.

Select an option

Save trotter/621418 to your computer and use it in GitHub Desktop.
# ./roles/db.rb
name "database"
description "Be a DB"
run_list [ "mysql::server" ]
default_attributes :mysql => { :server_root_password => "beefcake" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment