Skip to content

Commit

Permalink
adding old version of build-essential
Browse files Browse the repository at this point in the history
  • Loading branch information
rshade committed May 24, 2016
1 parent 94b284c commit 9833f5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata
cookbook 'collectd', github: 'rightscale-cookbooks-contrib/chef-collectd', branch: 'generalize_install_for_both_centos_and_ubuntu'
cookbook 'mysql', github: 'rightscale-cookbooks-contrib/mysql', branch: 'rs-fixes'
cookbook 'dns', github: 'rightscale-cookbooks-contrib/dns', branch: 'rightscale_development_v2'
cookbook 'build-essential', '~> 2.4.0'
cookbook 'build-essential', '~> 1.4'
cookbook 'database', github: 'rightscale-cookbooks-contrib/database', branch: 'rs-fixes'

cookbook 'rightscale_backup',github: 'rightscale-cookbooks/rightscale_backup', branch: 'v1.2.0'
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
depends 'git', '~> 4.0.2'
depends 'aws', '~> 2.9.3'
depends 'ohai', '~> 2.1.0'
depends 'build-essential', '= 2.4.0'
depends 'build-essential', '~> 1.4'

recipe 'rs-mysql::default', 'Sets up a standalone MySQL server'
recipe 'rs-mysql::collectd', 'Sets up collectd monitoring for MySQL server'
Expand Down

0 comments on commit 9833f5c

Please sign in to comment.