sous-chefs/php

Priority of extensions ignored

Closed this issue ยท 0 comments

๐Ÿ‘ป Brief Description

The priority of extensions is entered as a parameter but not rendered on the template

๐Ÿฅž Cookbook version

7.1.0

๐Ÿ‘ฉโ€๐Ÿณ Chef-Infra Version

16.1.16

๐ŸŽฉ Platform details

Ubuntu 20.04

Steps To Reproduce

Pass a priority to the resource php_pear:

php_pear 'raphf' do
  action :install
  version '2.0.1'
  channel 'pecl.php.net'
  priority '99'
end

Verify that the extension file created does NOT contain the given priority.

๐Ÿš“ Expected behavior

A line with the priority (on this specific format) in the extension file created

; priority=99