Skip to content

Commit

Permalink
move dependencies into metadata.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
reset committed Jan 15, 2013
1 parent fdd8e57 commit 520d767
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,3 @@ metadata
# provided by chef-server so that we can use chef-solo. This removes
# the necessity to use knife.rb and have a .pem file
cookbook 'chef-solo-search', :git => 'git://github.com/webcoyote/chef-solo-search.git'

# Use 1.1.2, which is the last version of this cookbook that doesn't
# have copy-protection checks related to chef-solo
cookbook 'users', '= 1.1.2'

cookbook 'build-essential'
cookbook 'curl'
cookbook 'git'
cookbook 'openssh'
cookbook 'sudo'
cookbook 'zsh'
12 changes: 12 additions & 0 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,15 @@
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.1.0"

# Use 1.1.2, which is the last version of this cookbook that doesn't
# have copy-protection checks related to chef-solo
cookbook 'users', '= 1.1.2'

cookbook 'build-essential'
cookbook 'curl'
cookbook 'git'
cookbook 'openssh'
cookbook 'sudo'
cookbook 'zsh'

cookbook 'chef-solo-search'

0 comments on commit 520d767

Please sign in to comment.