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

[TASK] Improve naming of files

parent 0754c512
No related branches found
No related tags found
No related merge requests found
......@@ -654,13 +654,13 @@ if node['normal_site']['configure_typo3']
action :create_if_missing
end
template "#{node['normal_site']['webroot']}/#{base_hostname}/config/system/SiteConfiguration.php" do
template "#{node['normal_site']['webroot']}/#{base_hostname}/config/system/environment.php" do
source 'typo3/SiteConfiguration.php.erb'
mode '0660'
end
template "#{node['normal_site']['webroot']}/#{base_hostname}/config/system/AdditionalConfiguration.php" do
source 'typo3/AdditionalConfiguration.php'
template "#{node['normal_site']['webroot']}/#{base_hostname}/config/system/additional.php" do
source 'typo3/additional.php'
mode '0660'
action :create_if_missing
end
......
<?php
require_once('environment.php');
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