diff --git a/recipes/default.rb b/recipes/default.rb
index 4f9fafee9b9b2e2dbb45f90014241d3e1fc365e0..a9e8dac7f9811a163ad623729199662ab241700e 100644
--- a/recipes/default.rb
+++ b/recipes/default.rb
@@ -182,6 +182,12 @@ end
 ### Provide site specific configuration ###
 ###########################################
 
+directory "#{node['typo3_site']['webroot']}/#{node['typo3_site']['hostname']}/typo3conf/" do
+	owner 'vagrant'
+	mode '0755'
+	action :create
+end
+
 template "#{node['typo3_site']['webroot']}/#{node['typo3_site']['hostname']}/typo3conf/#{node['typo3_site']['site_configuration']}" do
 	source 'SiteConfiguration.erb'
 	owner 'vagrant'