Initial Chef repository
This commit is contained in:
1225
cookbooks/php/templates/centos/php.ini.erb
Normal file
1225
cookbooks/php/templates/centos/php.ini.erb
Normal file
File diff suppressed because it is too large
Load Diff
1857
cookbooks/php/templates/debian/php.ini.erb
Normal file
1857
cookbooks/php/templates/debian/php.ini.erb
Normal file
File diff suppressed because it is too large
Load Diff
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
1225
cookbooks/php/templates/redhat/php.ini.erb
Normal file
1225
cookbooks/php/templates/redhat/php.ini.erb
Normal file
File diff suppressed because it is too large
Load Diff
1857
cookbooks/php/templates/ubuntu/php.ini.erb
Normal file
1857
cookbooks/php/templates/ubuntu/php.ini.erb
Normal file
File diff suppressed because it is too large
Load Diff
18
cookbooks/php/templates/windows/pear-options.erb
Normal file
18
cookbooks/php/templates/windows/pear-options.erb
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
all
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<%= node['php']['conf_dir'].gsub("/", "\\") %>
|
||||
|
||||
n
|
||||
|
||||
|
||||
1935
cookbooks/php/templates/windows/php.ini.erb
Normal file
1935
cookbooks/php/templates/windows/php.ini.erb
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user