Am 09.03.2020 um 18:36 schrieb Henrik Lindberg:
On 2020-03-07 17:53, Helmut Schneider wrote:
Why isn't mpm_event being removed?
You are running into this: https://tickets.puppetlabs.com/browse/PUP-7428
What is the preferred way to handle this? Should one write his/her own code?
--
You recei
On 2020-03-07 17:53, Helmut Schneider wrote:
Hi,
using Puppet 5.5 and Hiera 3.4.6:
common.yaml:
profiles:
webserver:
apache:
server:
modules:
enable:
- mpm_event
- status
host.yaml:
profiles:
webserver:
apache:
server:
Am 09.03.2020 um 16:48 schrieb Becca Robinson:
What version of Puppet?
helmut@h2786452:~$ puppet -V
5.5.18
helmut@h2786452:~$ hiera -V
3.4.6
helmut@h2786452:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 18.04.4 LTS
Release:18.04
Codename:
What version of Puppet?
--
Becca
> On Mar 8, 2020, at 11:48 AM, Helmut Schneider wrote:
>
> Am 07.03.2020 um 19:00 schrieb Becca Robinson:
>
>> I just ran through some testing and try putting single quotes around your
>> --mpm_event in Hiera.
>> host.yaml:
>> profiles:
>> webserver:
>>
Am 07.03.2020 um 19:00 schrieb Becca Robinson:
I just ran through some testing and try putting single quotes around
your --mpm_event in Hiera.
host.yaml:
profiles:
webserver:
apache:
server:
modules:
enable:
- headers
- include
-
Am 07.03.2020 um 19:00 schrieb Becca Robinson:
I just ran through some testing and try putting single quotes around
your --mpm_event in Hiera.
host.yaml:
profiles:
webserver:
apache:
server:
modules:
enable:
- headers
- include
I just ran through some testing and try putting single quotes around your
--mpm_event in Hiera.
host.yaml:
profiles:
webserver:
apache:
server:
modules:
enable:
- headers
- include
- mpm_prefork
- ssl
- ‘--mpm_event'
It looks like it’s working as expected.
You did a deep merge, so it is finding all these:
common.yaml
mpm_event
status
host.yaml
headers
include
mpm_prefork
ssl
—mpm_prefork (But this one is excluded to do "knockout_prefix" => "—“,)
--
Becca
> On Mar 7, 2020, at 10:53 AM, Helmut Schneider
Hi,
using Puppet 5.5 and Hiera 3.4.6:
common.yaml:
profiles:
webserver:
apache:
server:
modules:
enable:
- mpm_event
- status
host.yaml:
profiles:
webserver:
apache:
server:
modules:
enable:
- header