Initial Chef repository
This commit is contained in:
7
cookbooks/php/templates/default/extension.ini.erb
Normal file
7
cookbooks/php/templates/default/extension.ini.erb
Normal file
@@ -0,0 +1,7 @@
|
||||
; configuration for php <%= @name %> module
|
||||
<% @extensions.each do |filepath, zend| -%>
|
||||
<%= 'zend_' if zend %>extension=<%= filepath %>
|
||||
<% end -%>
|
||||
<% @directives.each do |k,v| -%>
|
||||
<%= "#{@name}.#{k}=\"#{v}\"" %>
|
||||
<% end -%>
|
||||
1900
cookbooks/php/templates/default/php.ini.erb
Normal file
1900
cookbooks/php/templates/default/php.ini.erb
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user