Skip to content
#

terraform-managed

Here are 150 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

PowerSchill
PowerSchill commented Oct 9, 2019

🗣️ Foreword

Thank for taking the time to fill this bug report fully. Without it we may not be able to fix the bug, and the issue may be closed without resolution.

👻 Brief Description

Chef have released updated cookstyle rules, we should therefore run the auto fix against the cookbook

  1. Ensure you are on the latest stable chef-workstation
  2. Run cookstyle -a

Issu

Improve this page

Add a description, image, and links to the terraform-managed 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 terraform-managed topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.