Closed mdiniz closed 4 years ago
The priority of extensions is entered as a parameter but not rendered on the template
7.1.0
16.1.16
Ubuntu 20.04
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.
A line with the priority (on this specific format) in the extension file created
; priority=99
:ghost: Brief Description
The priority of extensions is entered as a parameter but not rendered on the template
:pancakes: Cookbook version
7.1.0
:woman_cook: Chef-Infra Version
16.1.16
:tophat: Platform details
Ubuntu 20.04
Steps To Reproduce
Pass a priority to the resource php_pear:
Verify that the extension file created does NOT contain the given priority.
:police_car: Expected behavior
A line with the priority (on this specific format) in the extension file created
; priority=99