Skip to content
#

chef-cookbook

Here are 539 public repositories matching this topic...

momoneko
momoneko commented Jul 26, 2018

Description

php.ini for CentOS, RedHat and Ubuntu are missing request_order, defaulting it to variables_order, which is set to EGPCS.

http://php.net/manual/en/ini.core.php says that

...the default distribution php.ini files does not contain the 'C' for cookies, due to security concerns.

I would like to understand why the variable is missing from the template for these distri

rockiespinhead
rockiespinhead commented Apr 22, 2019

Cookbook version

7.1.4

Chef-client version

14.12.3

Platform Details

Oracle Enterprise Linux 7.6 x86_64

Scenario:

install postgresql 10.5

Steps to Reproduce:

run recipe that tries;
postgresql_server_install 'package' do
version '10.5'
action [:install, :create]
end

Expected Result:

successful install

Actual Result:

[What actually happens af

Improve this page

Add a description, image, and links to the chef-cookbook topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the chef-cookbook topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.