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

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/31f03856-85ac-4007-a367-a9f2d54567e8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to