Skip to content

Commit 496ec28

Browse files
committed
fix(xdebug): fix xdebug package name
1 parent b13bed2 commit 496ec28

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

php/map.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
'tcpdf': 'php-tcpdf',
8383
'temp_dir': '/tmp',
8484
'tidy': 'php' + php_version + '-tidy',
85-
'xdebug': 'php' + php_version + '-xdebug',
85+
'xdebug': 'php-xdebug',
8686
'xml': ['php' + php_version + '-xml', 'php' + php_version + '-xmlrpc'],
8787
'xsl': 'php' + php_version + '-xsl',
8888
'zip': 'php' + php_version + '-zip',
@@ -2264,7 +2264,7 @@
22642264
'tcpdf': 'php-tcpdf',
22652265
'temp_dir': '/tmp',
22662266
'tidy': 'php' + php_version + '-tidy',
2267-
'xdebug': 'php' + php_version + '-xdebug',
2267+
'xdebug': 'php-xdebug',
22682268
'xml': ['php' + php_version + '-xml', 'php' + php_version + '-xmlrpc'],
22692269
'xsl': 'php' + php_version + '-xsl',
22702270
'zip': 'php' + php_version + '-zip',

test/integration/default/controls/package_spec.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ def test_debian
1010
it { should be_installed }
1111
end
1212

13+
describe package('php-xdebug') do
14+
it { should be_installed }
15+
end
16+
1317
%w[
1418
bz2 cli curl fpm gd imap intl mbstring
1519
mysql readline xml zip

test/salt/pillar/debian.sls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,6 @@ php:
9393
- mysql
9494
- readline
9595
- redis
96+
- xdebug
9697
- xml
9798
- zip

0 commit comments

Comments
 (0)