Skip to content

Commit

Permalink
Merge pull request #227 from sticky-note/feat/mods
Browse files Browse the repository at this point in the history
Feat/mods
  • Loading branch information
sticky-note committed Jun 17, 2021
2 parents 74a90df + b776b00 commit 4a301a7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions php/map.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -3113,6 +3113,7 @@
},
'pkgs': {
'apache2': 'mod_php' + freebsd_php_version,
'bcmath': 'php' + freebsd_php_version + '-bcmath',
'composer_bin': 'composer',
'cli': 'php' + freebsd_php_version,
'ctype': 'php' + freebsd_php_version + '-ctype',
Expand Down Expand Up @@ -3142,11 +3143,13 @@
'session': 'php' + freebsd_php_version + '-session',
'simplexml': 'php' + freebsd_php_version + '-simplexml',
'snmp': 'php' + freebsd_php_version + '-snmp',
'soap': 'php' + freebsd_php_version + '-soap',
'temp_dir': '/tmp',
'tokenizer': 'php' + freebsd_php_version + '-tokenizer',
'xdebug': 'php' + freebsd_php_version + '-pecl-xdebug',
'xml': 'php' + freebsd_php_version + '-xml',
'xmlwriter': 'php' + freebsd_php_version + '-xmlwriter',
'xsl': 'php' + freebsd_php_version + '-xsl',
'zip': 'php' + freebsd_php_version + '-zip',
},
'fpm': {
Expand Down
3 changes: 3 additions & 0 deletions test/integration/default/files/_mapdata/freebsd-11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ values:
user: root
pkgs:
apache2: mod_php74
bcmath: php74-bcmath
cli: php74
composer_bin: composer
ctype: php74-ctype
Expand Down Expand Up @@ -254,11 +255,13 @@ values:
session: php74-session
simplexml: php74-simplexml
snmp: php74-snmp
soap: php74-soap
temp_dir: /tmp
tokenizer: php74-tokenizer
xdebug: php74-pecl-xdebug
xml: php74-xml
xmlwriter: php74-xmlwriter
xsl: php74-xsl
zip: php74-zip
version:
- '7.4'
Expand Down
3 changes: 3 additions & 0 deletions test/integration/default/files/_mapdata/freebsd-12.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ values:
user: root
pkgs:
apache2: mod_php74
bcmath: php74-bcmath
cli: php74
composer_bin: composer
ctype: php74-ctype
Expand Down Expand Up @@ -254,11 +255,13 @@ values:
session: php74-session
simplexml: php74-simplexml
snmp: php74-snmp
soap: php74-soap
temp_dir: /tmp
tokenizer: php74-tokenizer
xdebug: php74-pecl-xdebug
xml: php74-xml
xmlwriter: php74-xmlwriter
xsl: php74-xsl
zip: php74-zip
version:
- '7.4'
Expand Down
3 changes: 3 additions & 0 deletions test/integration/default/files/_mapdata/freebsd-13.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ values:
user: root
pkgs:
apache2: mod_php74
bcmath: php74-bcmath
cli: php74
composer_bin: composer
ctype: php74-ctype
Expand Down Expand Up @@ -254,11 +255,13 @@ values:
session: php74-session
simplexml: php74-simplexml
snmp: php74-snmp
soap: php74-soap
temp_dir: /tmp
tokenizer: php74-tokenizer
xdebug: php74-pecl-xdebug
xml: php74-xml
xmlwriter: php74-xmlwriter
xsl: php74-xsl
zip: php74-zip
version:
- '7.4'
Expand Down

0 comments on commit 4a301a7

Please sign in to comment.