Skip to content

Commit

Permalink
Remove useless dev_package var
Browse files Browse the repository at this point in the history
  • Loading branch information
jbh committed Jan 9, 2023
1 parent 645cfe9 commit 1c2cefd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions spec/classes/php_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -321,12 +321,6 @@
when 'RedHat', 'CentOS'
'php81zend-php-fpm'
end
zendphp_dev_package = case facts[:os]['name']
when 'Debian', 'Ubuntu'
'php8.1-zend-dev'
when 'RedHat', 'CentOS'
'php81zend-php-dev'
end

let(:pre_condition) do
"class {'::php::globals':
Expand Down

0 comments on commit 1c2cefd

Please sign in to comment.