Hi All,
When testing the latest version of ' puppetlabs-apache', in default mode and settings on Ubuntu 18.04 it works fine.
When changing the mpm + php + cgi it all ends in tears when the PHP version mysteriously tries to go from 7.2 (available and default on OS) to 7.0.
Ala -
```
class { 'apache':
mpm_module => 'prefork'
}
include ::apache::mod::cgi
include ::apache::mod::php
```
Any ideas how to override the 7.0 value and get 7.2?
If not, how to submit a bug request for the module?
Neither of these entries in Hiera did anything useful -
apache::params::phpXXX: libapache2-mod-php7.2
apache::params::php_version: 7.2