From 6dc00e84d8220e84f0b32b2f00239d3530b0f54d Mon Sep 17 00:00:00 2001 From: Tray Torrance Date: Tue, 15 Nov 2011 19:40:22 -0800 Subject: [PATCH] Removes ruby-full: sod installs ruby; Cleans up whitespace on other debian packages --- chef/cookbooks/diaspora/recipes/bootstrap.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/chef/cookbooks/diaspora/recipes/bootstrap.rb b/chef/cookbooks/diaspora/recipes/bootstrap.rb index 7a82b62e2..0a965b965 100644 --- a/chef/cookbooks/diaspora/recipes/bootstrap.rb +++ b/chef/cookbooks/diaspora/recipes/bootstrap.rb @@ -10,11 +10,10 @@ common_pkgs = [ dev_pkgs = value_for_platform( "debian" => { "default" => [ - "ruby-full", "libxml2-dev", "libxslt1-dev", - "libsqlite3-dev", - "libmysqlclient-dev", + "libsqlite3-dev", + "libmysqlclient-dev", "libssl-dev", "libcurl4-openssl-dev" ]