Skip to content

Commit 369cc38

Browse files
committed
Use the correct prefix for pear on FreeBSD
As of 2018-03-08, pear is flavored/prefixed in FreeBSD[1]. Remove the special handling and use the configured prefix as for most other distributions. [1] See UPDATING note e.g. on https://www.freshports.org/devel/pear/
1 parent 691df11 commit 369cc38

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

manifests/pear.pp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@
3333
# even though others are called 'php5-fpm' or 'php5-dev'
3434
$package_name = "php-${php::params::pear_package_suffix}"
3535
}
36-
'FreeBSD': {
37-
# On FreeBSD the package name is just 'pear'.
38-
$package_name = $php::params::pear_package_suffix
39-
}
4036
default: {
4137
# This is the default for all other architectures
4238
$package_name = "${php::package_prefix}${php::params::pear_package_suffix}"

0 commit comments

Comments
 (0)