Skip to content

Commit

Permalink
Remove zsh & fix role varnish
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Arickx committed Oct 27, 2015
1 parent 6ec94ce commit 922c211
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 15 deletions.
File renamed without changes.
1 change: 0 additions & 1 deletion chef-repo/site-cookbooks/system/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
recipe 'system::default', 'Default'
recipe 'system::apt', 'Apt'
recipe 'system::build', 'Build-essential'
recipe 'system::extra', 'Extra'
recipe 'system::zsh', 'Zsh'
recipe 'system::java', 'Java'
recipe 'system::java_repo', 'Java repo'
Expand Down
8 changes: 6 additions & 2 deletions chef-repo/site-cookbooks/system/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@

include_recipe "system::build"

include_recipe "system::extra"

include_recipe "system::java"

include_recipe "system::ruby"

include_recipe "system::cachefilesd"

include_recipe "system::inosync"

include_recipe "git"

include_recipe "curl"

include_recipe "vim"
12 changes: 0 additions & 12 deletions chef-repo/site-cookbooks/system/recipes/extra.rb

This file was deleted.

0 comments on commit 922c211

Please sign in to comment.