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

[BUGFIX] Don't set the group for the SiteConfiguration as this breaks on OSX

parent 73ecd0c3
No related branches found
No related tags found
No related merge requests found
......@@ -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
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