diff --git a/recipes/default.rb b/recipes/default.rb
index f4ab22fe786c54bdafdc270e58db1bbaf1a9d285..f54f1e9ddff31654fc6660110f067145689a3f98 100644
--- a/recipes/default.rb
+++ b/recipes/default.rb
@@ -143,7 +143,6 @@ end
 template "#{node['typo3_site']['webroot']}/#{node['typo3_site']['hostname']}/typo3conf/#{node['typo3_site']['site_configuration']}" do
 	source 'SiteConfiguration.erb'
 	owner 'vagrant'
-	group 'vagrant'
 	mode '0660'
 end
 
@@ -260,4 +259,4 @@ node['typo3_site']['sync_databases'].each do |database_data|
 			action :query
 		end
 	end
-end
\ No newline at end of file
+end