OK, sorted - PEBKAC...
in removing the config in the profile I removed mod php completely... doh
On Thursday, 20 June 2019 02:39:34 UTC+10, Paul van den Bergen wrote:
>
> Hey folks,
>
> working with an older apache puppet module - 3.1.0 - that doesn't have use
> cases for bionic so I need to set
This release contain bug fixes and enhancement, notably:
- Support added for Fedora 30 (amd64)
- New v4 catalog endpoint
You can see the full list of changes in the release notes
https://puppet.com/docs/puppet/6.5/release_notes_puppet.html
--
You received this message because you are sub
Hey folks,
working with an older apache puppet module - 3.1.0 - that doesn't have use
cases for bionic so I need to set my php version manually.
if I include
class { '::apache::mod::php':
php_version => '7.2' # bionic
}
in my profile manifest it works just fine...
if instead I try to
I think I got it. I was confused because of the manifest path and the
special init.pp main class. Didn't realize the init.pp requires to be in
the top main levels and for subdirectories classes it has to be within
manifest path.
In our scenario, we used the pkg directory within adhoc to push p