Skip to content
Snippets Groups Projects
Commit eb0a651d authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[BUGFIX] Create the typo3conf directory if missing

parent b6ab0a1a
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment