Skip to content

Commit

Permalink
Merge pull request sous-chefs#143 from Restless-ET/patch-2
Browse files Browse the repository at this point in the history
Fix permissions/mode of [php][ext_conf_dir]
  • Loading branch information
Rockstar04 committed Aug 17, 2015
2 parents 75a6cd0 + 6d42fe1 commit 9710d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/pear.rb
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def manage_pecl_ini(name, action, directives, zend_extensions)
directory "#{node['php']['ext_conf_dir']}" do
owner 'root'
group 'root'
mode '0644'
mode '0755'
recursive true
end

Expand Down

0 comments on commit 9710d66

Please sign in to comment.