Skip to content

Commit

Permalink
role changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Reza Jelveh committed Feb 7, 2012
1 parent 4de0ef5 commit 9912f95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
13 changes: 3 additions & 10 deletions roles/base.rb
Expand Up @@ -4,14 +4,7 @@
"recipe[zsh]",
"recipe[apt]",
"recipe[git]",
"recipe[build-essential]"
"recipe[build-essential]",
"recipe[tmux]",
"recipe[vim]"
)
# override_attributes(
# :authorization => {
# :sudo => {
# :users => ["ubuntu"],
# :passwordless => true
# }
# }
# )

2 changes: 1 addition & 1 deletion roles/rails.rb
@@ -1,3 +1,3 @@
name "rails"
description "simple web app"
run_list "recipe[apache2]", "recipe[rvm::system]", "recipe[mysql::client]"
run_list "recipe[rvm::system]", "recipe[mysql::client]", "recipe[passenger::install]"

0 comments on commit 9912f95

Please sign in to comment.