Closed (fixed)
Project:
Provision
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Sep 2013 at 23:51 UTC
Updated:
12 Jun 2014 at 08:41 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
cweagansIn this case, you can implement hook_provision_drupal_create_directories_alter(), and change any permission you want to FALSE. Easy :)
Comment #2
danquah commentedLooks good.
After applying the patch and doing a quick implementation of hook_provision_drupal_create_directories_alter the path whose permission I set to FALSE no longer got chmod'ed.
For the sake of completness I've updated the patch to also allow chgrp to be skipped via hook_provision_drupal_chgrp_directories_alter.
Comment #3
cweagansAh, yeah, that makes sense. +1 from me.
Comment #4
anarcat commentedCould we update api.php with that too please?
Comment #5
ergonlogicFixed in f78effa. Thanks all!