From 266c8b747d7569d60172c2bbd4bb1c4a06209a5f Mon Sep 17 00:00:00 2001 From: Stefan Galinski <stefan@sgalinski.de> Date: Fri, 13 Feb 2015 21:32:04 +0100 Subject: [PATCH] [BUGFIX] Don't set the group for the SiteConfiguration as this breaks on OSX --- recipes/default.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/default.rb b/recipes/default.rb index f4ab22f..f54f1e9 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 -- GitLab