You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
if $facts['os']['name'] =~ /(Debian|Ubuntu)/ and $zend != true and $name == 'mysql' {
# Do not manage the .ini file if it's mysql. PHP 7.0+ do not have
# mysql.so. If mysql.ini exists and version is 7.0+, then remove it.
$real_ensure = 'absent'
} else {
$real_ensure = $ensure
}
...
puppet-php/manifests/extension/config.pp
Line 92 in df68a3a
The above code which applies to Ubuntu must also apply to Debian, which also does not need mysql.ini.
The text was updated successfully, but these errors were encountered: