File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 13
13
$_path = " ${lib_path} /${_lib}"
14
14
$_id = " mpm_${mpm} _module"
15
15
16
- if versioncmp($apache_version , ' 2.4' ) >= 0 and
17
- (($::osfamily != ' FreeBSD' ) or
18
- ($::osfamily == ' FreeBSD' and $mpm == ' itk' )) {
19
-
16
+ if versioncmp($apache_version , ' 2.4' ) >= 0 {
20
17
file { "${mod_dir}/${mpm}.load" :
21
18
ensure => file ,
22
19
path => " ${mod_dir} /${mpm} .load" ,
Original file line number Diff line number Diff line change 309
309
$ssl_certs_dir = ' /usr/local/etc/apache24'
310
310
$passenger_conf_file = ' passenger.conf'
311
311
$passenger_conf_package_file = undef
312
- $passenger_root = ' /usr/local/lib/ruby/gems/1.9 /gems/passenger-4.0.10 '
313
- $passenger_ruby = ' /usr/bin/ruby'
312
+ $passenger_root = ' /usr/local/lib/ruby/gems/2.0 /gems/passenger-4.0.58 '
313
+ $passenger_ruby = ' /usr/local/ bin/ruby'
314
314
$passenger_default_ruby = undef
315
315
$suphp_addhandler = ' php5-script'
316
316
$suphp_engine = ' off'
You can’t perform that action at this time.
0 commit comments