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" 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