diff --git a/manifests/init.pp b/manifests/init.pp
index 6a24117822459a8a3f24d073938a7489468abc3b..9c21e15b65a9bf86d39f66ca5351719e4a61cb22 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -143,15 +143,16 @@ class comptoir (
     recurse => true,
     require => Exec['Install app with Composer'],
   }
-  file { 'Comptoir logs/':
-    ensure  => directory,
-    path    => "${comptoir_dir}/logs",
-    mode    => '0755',
-    owner   => $apache_user,
-    group   => $comptoir_user,
-    recurse => true,
-    require => Exec['Install app with Composer'],
+  # file { 'Comptoir logs/':
+  #   ensure  => directory,
+  #   path    => "${comptoir_dir}/logs",
+  #   mode    => '0755',
+  #   owner   => $apache_user,
+  #   group   => $comptoir_user,
+  #   recurse => true,
+  #   require => Exec['Install app with Composer'],
   }
 
+  # TODO: find "Comptoir-srv/$i" -type f -exec sudo chmod 664 {} \;
 
 }