From 7cf0eb50b1cdbacb0f5f6f74ae56ca41cc139c1c Mon Sep 17 00:00:00 2001 From: Slawomir Gonet Date: Tue, 19 Jan 2016 16:59:16 +0100 Subject: [PATCH 1/2] Fix missing ``mkmf`` error in ruby. Install package "ruby-dev" to provide ruby with ``mkmf`` library. --- recipes/user.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/user.rb b/recipes/user.rb index 42ea680..935718b 100644 --- a/recipes/user.rb +++ b/recipes/user.rb @@ -23,6 +23,7 @@ include_recipe "apt" package "build-essential" +package "ruby-dev" gem_package "ruby-shadow" user 'virtualbox-user' do From 064bd25e6d64dcb6079fa867118da1023b8c71aa Mon Sep 17 00:00:00 2001 From: Slawomir Gonet Date: Tue, 19 Jan 2016 17:07:54 +0100 Subject: [PATCH 2/2] VirtualBox webportal URL fixed. --- attributes/webportal.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attributes/webportal.rb b/attributes/webportal.rb index b9c15ea..436dce9 100644 --- a/attributes/webportal.rb +++ b/attributes/webportal.rb @@ -23,7 +23,7 @@ '4.0' => '7', '4.1' => '9', '4.2' => '8', - '4.3' => '0' + '4.3' => '3' } default['virtualbox']['webportal']['installdir'] = "/var/www"